diff options
| author | Ralf Baechle <[email protected]> | 2007-05-05 22:05:11 +0100 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-05-05 14:15:32 -0700 |
| commit | 989485c190cc6a64e5a21d98ef2d752df1db8c27 (patch) | |
| tree | da2f2cb977df552d20784f71bfbfa342908ab9da /include/linux/debugobjects.h | |
| parent | 68762f3d8e7ea644fae1f490f9850ebf462548bd (diff) | |
Fix nfsroot build
CC fs/nfs/nfsroot.o
fs/nfs/nfsroot.c:131: error: tokens causes a section type conflict
make[2]: *** [fs/nfs/nfsroot.o] Error 1
This is due to mixing const and non-const content in the same section
which halfway recent gccs absolutely hate. Fixed by dropping the const.
Signed-off-by: Ralf Baechle <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions