kbuild: drop check for CONFIG_ in headers_check
authorSam Ravnborg <sam@ravnborg.org>
Fri, 30 Jan 2009 22:56:42 +0000 (23:56 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 30 Jan 2009 23:36:15 +0000 (00:36 +0100)
commit7e3fa56141175026136b392fd026d5d07c49720e
treec93f835bdeeee205fa764bbfdb31bc8cd35c786b
parent7cff3608d2553a045b676fa81b0cf54e4f2cc5ce
kbuild: drop check for CONFIG_ in headers_check

The check for references to CONFIG_ symbols in exported headers turned
out to be too agressive with the current state of affairs.
After the work of Jaswinder to clean up all relevant cases we are down
to almost pure noise.

So lets drop the check for now - we can always add it back later
should our headers be ready for that.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
scripts/headers_check.pl