Re: [patch 1/1] updated version, fixed the compiler warning
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2007-01-24 23:57:55
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2007-01-24 23:57:55
+
+static int __devexit ipmi_of_remove(struct of_device *dev)
+{
+ /* should call
+ * cleanup_one_si(dev->dev.driver_data); */
+ return 0;
+}If your remove doesn't work, don't implement one. Though since you don't have the choice in having a module_exit or not, you should really implement one that works :-) Ben.