diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-22 21:07:20 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:30:41 +0100 |
commit | cab2e05271f11cc3322be5bc50168d9b8a3fc587 (patch) | |
tree | 4f50050a0550ac2a8a78da5abd0ee6d235701bfa /arch/powerpc/include | |
parent | powerpc: fix implicit notifier use in converting to export.h (diff) | |
download | linux-cab2e05271f11cc3322be5bc50168d9b8a3fc587.tar.xz linux-cab2e05271f11cc3322be5bc50168d9b8a3fc587.zip |
powerpc: fix implicit use of cache.h in kernel/firmware.c
This file only needs export.h to get EXPORT_SYMBOL, but in doing
so, it uncovers an implicit use of linux/cache.h as follows:
CC arch/powerpc/kernel/firmware.o
arch/powerpc/kernel/firmware.c:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__read_mostly'
arch/powerpc/kernel/firmware.c:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__used'
make[2]: *** [arch/powerpc/kernel/firmware.o] Error 1
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/powerpc/include')
0 files changed, 0 insertions, 0 deletions