mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 07:01:32 +00:00
ebcce7b13b
This patchset moves the UDC definitons for e7xx compatible eseries machines to a common location and moves the 'oddball' e800 definition to its machine file. Signed-off-by: Ian Molton <spyro@f2s.com>
5 lines
165 B
C
5 lines
165 B
C
void __init eseries_fixup(struct machine_desc *desc,
|
|
struct tag *tags, char **cmdline, struct meminfo *mi);
|
|
|
|
extern struct pxa2xx_udc_mach_info e7xx_udc_mach_info;
|