From: Gabor Juhos <juhosg@openwrt.org>
Date: Thu, 9 Feb 2012 21:19:57 +0000 (+0000)
Subject: ar71xx: 3.2: remove stray semicolons from the PCI fixup patch
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=f754063159a639a6aea076a75812d31d8f4e6b7f;p=openwrt%2Fstaging%2Fnbd.git

ar71xx: 3.2: remove stray semicolons from the PCI fixup patch

SVN-Revision: 30400
---

diff --git a/target/linux/ar71xx/patches-3.2/212-MIPS-ath79-fix-build-error-if-PCI-not-enabled.patch b/target/linux/ar71xx/patches-3.2/212-MIPS-ath79-fix-build-error-if-PCI-not-enabled.patch
index 3a5ebab922..a3d0498899 100644
--- a/target/linux/ar71xx/patches-3.2/212-MIPS-ath79-fix-build-error-if-PCI-not-enabled.patch
+++ b/target/linux/ar71xx/patches-3.2/212-MIPS-ath79-fix-build-error-if-PCI-not-enabled.patch
@@ -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 */