- and remove commented "struct device_driver"
Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
struct taskdev {
struct bus_type *bus;
-// struct device_driver *driver;
struct device dev; /* Generic device interface */
long state;
struct dsptask *taskheap;
size_t devheapsz, taskheapsz;
- memset(taskdev, 0, sizeof(void *) * TASKDEV_MAX);
- memset(dsptask, 0, sizeof(void *) * TASKDEV_MAX);
-
printk(KERN_INFO "omapdsp: found %d task(s)\n", n);
if (n == 0)
return 0;