mtd: 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> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
This commit is contained in:

committed by
Artem Bityutskiy

parent
5153b88cac
commit
06f2551069
@@ -33,7 +33,7 @@ struct autcpu12_nvram_priv {
|
||||
struct map_info map;
|
||||
};
|
||||
|
||||
static int __devinit autcpu12_nvram_probe(struct platform_device *pdev)
|
||||
static int autcpu12_nvram_probe(struct platform_device *pdev)
|
||||
{
|
||||
map_word tmp, save0, save1;
|
||||
struct resource *res;
|
||||
|
Reference in New Issue
Block a user