From: Florian Fainelli Date: Fri, 4 Nov 2011 10:17:46 +0000 (+0100) Subject: MIPS: BCM47xx: fix build with GENERIC_GPIO configuration X-Git-Tag: v3.2-rc3~50^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df55a66addf87bc21ef5678bea238f2c1b2db48a;p=pandora-kernel.git MIPS: BCM47xx: fix build with GENERIC_GPIO configuration Since eb9ae7f2 (gpio: fix build error in include/asm-generic/gpio.h) the generic version of gpio.h calls __gpio_{set,get}_value which we do not define. Get rid of asm-generic/gpio.h and define the missing stubs directly for BCM47xx to build. Reported-by: Ralf Baechle To: linux-mips@linux-mips.org CC: Hauke Mehrtens Signed-off-by: Florian Fainelli Patchwork: https://patchwork.linux-mips.org/patch/2885/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed