]> 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)
commitd9567bf3c82f75329f9ff5afaf56087c9f4479ad
tree808737193b879da8b287f54647c4782fb450299d
parent7abb4cc56f23d946316a12f3e9e9ee0d977da7c8
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