diff options
Diffstat (limited to 'include/linux/nd.h')
| -rw-r--r-- | include/linux/nd.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nd.h b/include/linux/nd.h index 55c735997805..cec526c8043d 100644 --- a/include/linux/nd.h +++ b/include/linux/nd.h @@ -26,7 +26,7 @@ struct nd_device_driver {  	struct device_driver drv;  	unsigned long type;  	int (*probe)(struct device *dev); -	int (*remove)(struct device *dev); +	void (*remove)(struct device *dev);  	void (*shutdown)(struct device *dev);  	void (*notify)(struct device *dev, enum nvdimm_event event);  };  | 
