From: Sascha Hauer Date: Wed, 10 Aug 2011 08:05:49 +0000 (+0200) Subject: mfd: Rename wm8350 static gpio_set_debounce() X-Git-Tag: v3.1-rc7~24^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa9d842c5f2da6cdef2777f2f062f61898be89d3;p=pandora-kernel.git mfd: Rename wm8350 static gpio_set_debounce() The kernel already has a function with this name declared in asm-generic/gpio.h. So if this header leaks into wm8350/gpio.c we get drivers/mfd/wm8350-gpio.c:40:12: error: conflicting types for 'gpio_set_debounce' include/asm-generic/gpio.h:156:12: note: previous declaration of 'gpio_set_debounce' was here Fix this by adding a wm8350_ prefix to the function. Signed-off-by: Sascha Hauer Acked-by: Mark Brown Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed