w1: 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: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

부모
f91a66c97b
커밋
479e2bcecd
@@ -103,7 +103,7 @@ static u8 mxc_w1_ds2_touch_bit(void *data, u8 bit)
|
||||
return ((__raw_readb(ctrl_addr)) >> 3) & 0x1;
|
||||
}
|
||||
|
||||
static int __devinit mxc_w1_probe(struct platform_device *pdev)
|
||||
static int mxc_w1_probe(struct platform_device *pdev)
|
||||
{
|
||||
struct mxc_w1_device *mdev;
|
||||
struct resource *res;
|
||||
|
Reference in New Issue
Block a user