power: 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> Cc: Anton Vorontsov <cbou@mail.ru> Cc: David Woodhouse <dwmw2@infradead.org> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

父節點
28ea73f4c6
當前提交
c8afa6406e
@@ -179,7 +179,7 @@ static irqreturn_t max8903_fault(int irq, void *_data)
|
||||
return IRQ_HANDLED;
|
||||
}
|
||||
|
||||
static __devinit int max8903_probe(struct platform_device *pdev)
|
||||
static int max8903_probe(struct platform_device *pdev)
|
||||
{
|
||||
struct max8903_data *data;
|
||||
struct device *dev = &pdev->dev;
|
||||
|
Reference in New Issue
Block a user