diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-21 16:36:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-21 16:36:38 +0000 |
commit | ea6d83f002e29a33dfb8c5ff07bfd1f5312893a0 (patch) | |
tree | 366808c4a94ac279260e8fe301acddd4fe04f078 /packages/linux/linux-2.6.21/pxa-regs-fixup.patch | |
parent | 3786a532d9a55b93434bef6d8e20f26f45e30140 (diff) |
linux 2.6.21: add gumstix support
Diffstat (limited to 'packages/linux/linux-2.6.21/pxa-regs-fixup.patch')
-rw-r--r-- | packages/linux/linux-2.6.21/pxa-regs-fixup.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/linux/linux-2.6.21/pxa-regs-fixup.patch b/packages/linux/linux-2.6.21/pxa-regs-fixup.patch new file mode 100644 index 0000000000..6ab30c0e41 --- /dev/null +++ b/packages/linux/linux-2.6.21/pxa-regs-fixup.patch @@ -0,0 +1,12 @@ +Index: linux-2.6.21gum/include/asm-arm/arch-pxa/udc.h +=================================================================== +--- linux-2.6.21gum.orig/include/asm-arm/arch-pxa/udc.h ++++ linux-2.6.21gum/include/asm-arm/arch-pxa/udc.h +@@ -5,6 +5,7 @@ + * USB Device Controller (UDC) is wired. + * + */ ++#include <asm/arch/pxa-regs.h> + #include <asm/mach/udc_pxa2xx.h> + + extern void pxa_set_udc_info(struct pxa2xx_udc_mach_info *info); |