diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2011-11-16 18:17:03 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-17 10:29:02 -0200 |
commit | d29387e8de8bdf64374874112b2b1540d3ada674 (patch) | |
tree | b566b15c1d11e02285d3974c6cc334d4c2d518c9 /drivers/platform | |
parent | 6aaf05f472c97ebceff47d9eef464574f1a55727 (diff) |
media/staging: fix allyesconfig build error
Fix x86 allyesconfig builds. Builds fail due to a non-static variable
named 'debug' in drivers/staging/media/as102:
arch/x86/built-in.o:arch/x86/kernel/entry_32.S:1296: first defined here
ld: Warning: size of symbol `debug' changed from 90 in arch/x86/built-in.o to 4 in drivers/built-in.o
Thou shalt have no non-static identifiers that are named 'debug'.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Pierrick Hascoet <pierrick.hascoet@abilis.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/platform')
0 files changed, 0 insertions, 0 deletions