Input: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Javier Martinez Canillas <javier@dowhile0.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
@@ -147,7 +147,7 @@ static const struct cyttsp_bus_ops cyttsp_spi_bus_ops = {
|
||||
.read = cyttsp_spi_read_block_data,
|
||||
};
|
||||
|
||||
static int __devinit cyttsp_spi_probe(struct spi_device *spi)
|
||||
static int cyttsp_spi_probe(struct spi_device *spi)
|
||||
{
|
||||
struct cyttsp *ts;
|
||||
int error;
|
||||
|
Reference in New Issue
Block a user