misc: remove use of __devexit
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: "Michał Mirosław" <mirq-linux@rere.qmqm.pl> Cc: Wolfram Sang <w.sang@pengutronix.de> Cc: Eric Piel <eric.piel@tremplin-utc.net> Cc: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Šī revīzija ir iekļauta:

revīziju iesūtīja
Greg Kroah-Hartman

vecāks
b328bfec51
revīzija
486a5c28c2
@@ -67,7 +67,7 @@ static int dac7512_probe(struct spi_device *spi)
|
||||
return sysfs_create_group(&spi->dev.kobj, &dac7512_attr_group);
|
||||
}
|
||||
|
||||
static int __devexit dac7512_remove(struct spi_device *spi)
|
||||
static int dac7512_remove(struct spi_device *spi)
|
||||
{
|
||||
sysfs_remove_group(&spi->dev.kobj, &dac7512_attr_group);
|
||||
return 0;
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user