ar71xx: 3.2: remove stray semicolons from the PCI fixup patch
authorGabor Juhos <juhosg@openwrt.org>
Thu, 9 Feb 2012 21:19:57 +0000 (21:19 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 9 Feb 2012 21:19:57 +0000 (21:19 +0000)
SVN-Revision: 30400

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

index 3a5ebab922f2c88113f310752df211cb09cd7c1e..a3d04988994c5702461ba9bb017082f4d6ac7928 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 */