diff options
| author | Tom Rini <[email protected]> | 2023-12-14 13:16:47 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-12-21 08:54:37 -0500 |
| commit | cb3ce954013ce383e64b73b65df1eb4ef8833570 (patch) | |
| tree | 5e33dd6fc11882f093071e5694a22b5d642beaed /board/tq | |
| parent | 460b2c068c07d665af48566cfe39582086fed921 (diff) | |
global: Drop common.h inclusion
In order to make it easier to move on to dropping common.h from code
directly, remove common.h inclusion from the rest of the header file
which had been including it.
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'board/tq')
| -rw-r--r-- | board/tq/tqma6/tqma6_bb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/tq/tqma6/tqma6_bb.h b/board/tq/tqma6/tqma6_bb.h index ca81bdf5853..a2f871af1f8 100644 --- a/board/tq/tqma6/tqma6_bb.h +++ b/board/tq/tqma6/tqma6_bb.h @@ -7,8 +7,6 @@ #ifndef __TQMA6_BB__ #define __TQMA6_BB__ -#include <common.h> - int tqma6_bb_board_mmc_getwp(struct mmc *mmc); int tqma6_bb_board_mmc_getcd(struct mmc *mmc); int tqma6_bb_board_mmc_init(struct bd_info *bis); |
