]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: fix compilation breakage introduced by a489e9f
authorFelipe Balbi <balbi@ti.com>
Thu, 10 Nov 2011 07:58:04 +0000 (09:58 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Nov 2011 19:51:32 +0000 (11:51 -0800)
commit0a5fba0d25debd2c02ad5e0e4ebc9075d7e7b68f
tree6bce9393ec7cfef4f25151e8f417999e6cbc14b1
parentfd3d42ee154d50049f57f050b3114a07ccf8c7c4
usb: musb: fix compilation breakage introduced by a489e9f

commit a489e9f (include: replace linux/module.h
with "struct module" wherever possible) introduced
a compilation breaked when it removed <linux/module.h>
from <linux/device.h> which musb glue layers were
(mistakenly) relying on.

Include that header to fix the compile error.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/am35x.c
drivers/usb/musb/da8xx.c