]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
misc: remove __dev* attributes.
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Dec 2012 23:16:45 +0000 (15:16 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Jan 2013 23:57:16 +0000 (15:57 -0800)
commit6ae141718e3f9c7e2c620e999c86612a7f415bb1
tree808737193b879da8b287f54647c4782fb450299d
parente389623a68622e3c9be440ab522fac1aa1ca3454
misc: remove __dev* attributes.

CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
markings need to be removed.

This change removes the last of the __dev* markings from the kernel from
a variety of different, tiny, places.

Based on patches originally written by Bill Pemberton, but redone by me
in order to handle some of the coding style issues better, by hand.

Cc: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/file.c
lib/Kconfig.debug
samples/rpmsg/rpmsg_client_sample.c
scripts/kernel-doc