]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Drivers: vlynq: remove __dev* attributes.
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Dec 2012 21:02:30 +0000 (13:02 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Jan 2013 23:57:01 +0000 (15:57 -0800)
commit6dfb6715b58a9d184188188779f9f8f27e558042
treeb45223fc6b7e01806b5182fe20b6cd94050a4d57
parentb92c914d02ad7a77513076515ffe9f26db1fe8af
Drivers: vlynq: 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 use of __devinit, __devexit_p, and __devexit
from these drivers.

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>
Cc: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/vlynq/vlynq.c