diff options
| author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:31:17 -0600 | 
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:56 -0600 | 
| commit | a8604d0ce1c0b5de855c6a205f00360c93a6d197 (patch) | |
| tree | a5211b8d2d95cfe6cb806ab5b26b2b0404099dee /drivers/serial/arm_dcc.c | |
| parent | 8625f7bb6ea8d9d3e68d59ab0381ba3ccee6ea1f (diff) | |
serial: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed
add missing include files directly.
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/serial/arm_dcc.c')
| -rw-r--r-- | drivers/serial/arm_dcc.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/drivers/serial/arm_dcc.c b/drivers/serial/arm_dcc.c index a402a123b6d..66af136695d 100644 --- a/drivers/serial/arm_dcc.c +++ b/drivers/serial/arm_dcc.c @@ -15,7 +15,6 @@   * this file might be covered by the GNU General Public License.   */ -#include <common.h>  #include <dm.h>  #include <serial.h> | 
