]> git.baikalelectronics.ru Git - kernel.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)
commit39ec17d1d2c3910025ee79a0024357bd14804b1f
tree808737193b879da8b287f54647c4782fb450299d
parentf2bf1a3a5a68e85c102c717f0868a1f4d1e10c59
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