]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
[ARM] pxa/imote2: Remove redundant pin entry for nCS.
authorStefan Schmidt <stefan@datenfreihafen.org>
Sat, 13 Feb 2010 20:59:32 +0000 (21:59 +0100)
committerEric Miao <eric.y.miao@gmail.com>
Mon, 1 Mar 2010 23:40:53 +0000 (07:40 +0800)
Also remove a trailing whitespace while being there.

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-pxa/imote2.c

index 5b0862df61abea46173d079f328bfdbb37bfc75e..b2f878bd460b5d136570560b8fe9f769ebb9d675 100644 (file)
@@ -64,7 +64,6 @@ static unsigned long imote2_pin_config[] __initdata = {
        GPIO116_GPIO,                   /* CC_CCA */
        GPIO0_GPIO,                     /* CC_FIFOP */
        GPIO16_GPIO,                    /* CCSFD */
-       GPIO39_GPIO,                    /* CSn */
        GPIO115_GPIO,                   /* Power enable */
 
        /* I2C */
@@ -72,7 +71,7 @@ static unsigned long imote2_pin_config[] __initdata = {
        GPIO118_I2C_SDA,
 
        /* SSP 3 - 802.15.4 radio */
-       GPIO39_GPIO,                    /* Chip Select */
+       GPIO39_GPIO,                    /* Chip Select */
        GPIO34_SSP3_SCLK,
        GPIO35_SSP3_TXD,
        GPIO41_SSP3_RXD,