]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
modpost.c: Stop checking __dev* section mismatches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Nov 2012 18:45:02 +0000 (10:45 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Nov 2012 20:08:42 +0000 (12:08 -0800)
commit92e9e6d1f9844b73a26215025a922e7d7aeae361
tree8f80b05b70b763fa403187f99eba11e4d66cadbf
parent78d86c213f28193082b5d8a1a424044b7ba406f1
modpost.c: Stop checking __dev* section mismatches

Now that the __dev* sections are not being generated, we don't need to
check for them in modpost.c.

Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/mod/modpost.c