Skip to content

Commit

Permalink
Staging: adis16255: add proper section markings to hotplug funcs
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Mike Frysinger authored and Greg Kroah-Hartman committed Jun 4, 2010
1 parent 08a16d9 commit c3dee74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/adis16255/adis16255.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ static int spi_adis16255_bringup(struct spi_adis16255_data *spiadis)

/*-------------------------------------------------------------------------*/

static int spi_adis16255_probe(struct spi_device *spi)
static int __devinit spi_adis16255_probe(struct spi_device *spi)
{

struct adis16255_init_data *init_data = spi->dev.platform_data;
Expand Down Expand Up @@ -421,7 +421,7 @@ static int spi_adis16255_probe(struct spi_device *spi)
return status;
}

static int spi_adis16255_remove(struct spi_device *spi)
static int __devexit spi_adis16255_remove(struct spi_device *spi)
{
struct spi_adis16255_data *spiadis = dev_get_drvdata(&spi->dev);

Expand Down

0 comments on commit c3dee74

Please sign in to comment.