commit | ab570da26eec4e840dc1d18f45ab9d64bae49a5d | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Thu Nov 10 09:58:04 2011 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Nov 14 11:51:32 2011 -0800 |
tree | 6bce9393ec7cfef4f25151e8f417999e6cbc14b1 | |
parent | 12d36c16bde3ee0643d705caa87723de536dbe49 [diff] |
usb: musb: fix compilation breakage introduced by de47725 commit de47725 (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>