From: Stefan Schmidt Date: Fri, 6 Jun 2008 09:12:37 +0000 (+0100) Subject: [ARM] 5079/1: Warn people when using pxa2xx-gpio.h X-Git-Tag: v2.6.27-rc1~850^2^2~37 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=5e329d1c7f5fe6adfee99c783fa98bda7dae8ac5;p=safe%2Fjmp%2Flinux-2.6 [ARM] 5079/1: Warn people when using pxa2xx-gpio.h Warn people when using pxa2xx-gpio.h as it is only here for backwards compatibility. The new mfp-pxa2[57]x.h and the relevant API should be used instead. Signed-off-by: Stefan Schmidt Signed-off-by: Russell King --- diff --git a/include/asm-arm/arch-pxa/pxa2xx-gpio.h b/include/asm-arm/arch-pxa/pxa2xx-gpio.h index 763313c..a6e60f6 100644 --- a/include/asm-arm/arch-pxa/pxa2xx-gpio.h +++ b/include/asm-arm/arch-pxa/pxa2xx-gpio.h @@ -1,6 +1,8 @@ #ifndef __ASM_ARCH_PXA2XX_GPIO_H #define __ASM_ARCH_PXA2XX_GPIO_H +#warning Please use mfp-pxa2[57]x.h instead of pxa2xx-gpio.h + /* GPIO alternate function assignments */ #define GPIO1_RST 1 /* reset */