diff options
author | Simon Glass | 2017-05-17 08:23:00 -0600 |
---|---|---|
committer | Tom Rini | 2017-06-05 11:02:37 -0400 |
commit | 5d9828563f80a1319e793166974dd6003dc1d941 (patch) | |
tree | 37206c501f1bdd34d92aaabe66702b12ee3f8c99 /arch/arm/include/asm/omap_common.h | |
parent | c45300b0385e8c5f6be789421bd45de66fcfe1ed (diff) |
arm: Include asm/setup.h explictly
Include this header where needed so we do not need to rely on common.h.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/include/asm/omap_common.h')
-rw-r--r-- | arch/arm/include/asm/omap_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h index c1a70b15d02..f98998343ea 100644 --- a/arch/arm/include/asm/omap_common.h +++ b/arch/arm/include/asm/omap_common.h @@ -638,6 +638,8 @@ void abb_setup(u32 fuse, u32 ldovbb, u32 setup, u32 control, u32 txdone, u32 txdone_mask, u32 opp); s8 abb_setup_ldovbb(u32 fuse, u32 ldovbb); +struct tag_serialnr; + void omap_die_id_serial(void); void omap_die_id_get_board_serial(struct tag_serialnr *serialnr); void omap_die_id_usbethaddr(void); |