diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-12-12 12:19:57 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-12 12:29:10 +0100 |
commit | 30cb367ea2be76bf71dbd275f38d0fd3b6f4142b (patch) | |
tree | 4be5ce62430194d1c4bedb5007f5c68840f57476 /include/linux | |
parent | 0ebb26e7a4e2c5337502e98b2221e037fda911b9 (diff) | |
download | kernel_goldelico_gta04-30cb367ea2be76bf71dbd275f38d0fd3b6f4142b.zip kernel_goldelico_gta04-30cb367ea2be76bf71dbd275f38d0fd3b6f4142b.tar.gz kernel_goldelico_gta04-30cb367ea2be76bf71dbd275f38d0fd3b6f4142b.tar.bz2 |
sparse irqs: add irqnr.h to the user headers list
Impact: fix build error
/home/mingo/tip/usr/include/linux/random.h:11: included file
'linux/irqnr.h' is not exported
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index e531783..95ac8234 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -313,6 +313,7 @@ unifdef-y += ptrace.h unifdef-y += qnx4_fs.h unifdef-y += quota.h unifdef-y += random.h +unifdef-y += irqnr.h unifdef-y += reboot.h unifdef-y += reiserfs_fs.h unifdef-y += reiserfs_xattr.h |