CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
updated patch to fix irq compilation issues
authorJose V Beneyto <sepen@crux.nu>
Thu, 18 Feb 2010 01:58:18 +0000 (02:58 +0100)
committerJose V Beneyto <sepen@crux.nu>
Thu, 18 Feb 2010 01:58:18 +0000 (02:58 +0100)
work/linux-2.6.16.60-gp32.patch

index 97185ed32b76b815e1aa64f1dc35c4f719371fc1..b73cb3af65e4ef0e8a623abe243676127ec444a0 100644 (file)
@@ -104,6 +104,18 @@ diff -purN linux-2.6.16.60/arch/arm/mach-s3c2410/devs.c linux-2.6.16.60-gp32/arc
        [2] = {
                .start = IRQ_ADC,
                .end   = IRQ_ADC,
+diff -purN linux-2.6.16.60/arch/arm/mach-s3c2410/irq.h linux-2.6.16.60-gp32/arch/arm/mach-s3c2410/irq.h
+--- linux-2.6.16.60/arch/arm/mach-s3c2410/irq.h        2008-01-27 17:58:41.000000000 +0100
++++ linux-2.6.16.60-gp32/arch/arm/mach-s3c2410/irq.h   2010-02-18 02:38:04.967896102 +0100
+@@ -17,8 +17,6 @@
+ #define EXTINT_OFF (IRQ_EINT4 - 4)
+-extern struct irqchip s3c_irq_level_chip;
+-
+ static inline void
+ s3c_irqsub_mask(unsigned int irqno, unsigned int parentbit,
+               int subcheck)
 diff -purN linux-2.6.16.60/arch/arm/mach-s3c2410/mach-gp32.c linux-2.6.16.60-gp32/arch/arm/mach-s3c2410/mach-gp32.c
 --- linux-2.6.16.60/arch/arm/mach-s3c2410/mach-gp32.c  1970-01-01 01:00:00.000000000 +0100
 +++ linux-2.6.16.60-gp32/arch/arm/mach-s3c2410/mach-gp32.c     2010-02-18 01:19:10.259895346 +0100