Skip to content

Commit

Permalink
ce4100: fix a build error
Browse files Browse the repository at this point in the history
Fix a build error. CE4100 with no serial errors because the alternate
function is only a prototype not a null function as intended.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
zhang-rui authored and torvalds committed Nov 12, 2011
1 parent 87618e0 commit f2ee442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/platform/ce4100/ce4100.c
Expand Up @@ -109,7 +109,7 @@ static __init void sdv_serial_fixup(void)
}

#else
static inline void sdv_serial_fixup(void);
static inline void sdv_serial_fixup(void) {};
#endif

static void __init sdv_arch_setup(void)
Expand Down

0 comments on commit f2ee442

Please sign in to comment.