ar71xx: 3.2: remove stray semicolons from the PCI fixup patch
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 9 Feb 2012 21:19:57 +0000 (21:19 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 9 Feb 2012 21:19:57 +0000 (21:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30400 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/patches-3.2/212-MIPS-ath79-fix-build-error-if-PCI-not-enabled.patch

index 3a5ebab..a3d0498 100644 (file)
@@ -5,14 +5,14 @@
  int ar71xx_pcibios_init(void);
  #else
 -static inline int ar71xx_pcibios_init(void) { return 0 };
-+static inline int ar71xx_pcibios_init(void) { return 0; };
++static inline int ar71xx_pcibios_init(void) { return 0; }
  #endif
  
  #if defined(CONFIG_PCI_AR724X)
  int ar724x_pcibios_init(int irq);
  #else
 -static inline int ar724x_pcibios_init(int irq) { return 0 };
-+static inline int ar724x_pcibios_init(int irq) { return 0; };
++static inline int ar724x_pcibios_init(int irq) { return 0; }
  #endif
  
  #endif /* __ASM_MACH_ATH79_PCI_H */
This page took 0.029122 seconds and 4 git commands to generate.