From: <sn...@us...> - 2007-06-28 08:01:32
|
Revision: 1089 http://svn.sourceforge.net/hackndev/?rev=1089&view=rev Author: snua12 Date: 2007-06-28 01:01:04 -0700 (Thu, 28 Jun 2007) Log Message: ----------- misspell fix. Modified Paths: -------------- linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmt5-gpio.h Modified: linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmt5-gpio.h =================================================================== --- linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmt5-gpio.h 2007-06-27 15:55:05 UTC (rev 1088) +++ linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmt5-gpio.h 2007-06-28 08:01:04 UTC (rev 1089) @@ -59,7 +59,7 @@ #define GPIO_NR_PALMT5_IR_DISABLE 40 // connected to SD pin of tranceiver (TFBS4710?) ? #define GPIO_NR_PALMT5_ICP_RXD_MD (GPIO_NR_PALMT5_ICP_RXD | GPIO_ALT_FN_1_IN) -#define GPIO_NR_PALMT5_ICP_TXD_MD (GPIO_NR_PALMT5_ICP_T5D | GPIO_ALT_FN_2_OUT) +#define GPIO_NR_PALMT5_ICP_TXD_MD (GPIO_NR_PALMT5_ICP_TXD | GPIO_ALT_FN_2_OUT) #define GPIO_NR_PALMT5_USB_DETECT 13 #define GPIO_NR_PALMT5_USB_POWER 95 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |