diff --git a/[refs] b/[refs] index f1aa5b60786a..dc722e7040df 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e6502522c2850968a086284d0f28de4fb880eb78 +refs/heads/master: d608c738bb8fb37e5fbfcdef9c566764f2fea086 diff --git a/trunk/arch/arm/mach-s3c64xx/include/mach/gpio.h b/trunk/arch/arm/mach-s3c64xx/include/mach/gpio.h index e8e35e8fe731..0d46e994048a 100644 --- a/trunk/arch/arm/mach-s3c64xx/include/mach/gpio.h +++ b/trunk/arch/arm/mach-s3c64xx/include/mach/gpio.h @@ -91,6 +91,10 @@ enum s3c_gpio_number { #define S3C_GPIO_END S3C64XX_GPIO_END /* define the number of gpios we need to the one after the GPQ() range */ -#define ARCH_NR_GPIOS (S3C64XX_GPQ(S3C64XX_GPIO_Q_NR) + 1) +#define GPIO_BOARD_START (S3C64XX_GPQ(S3C64XX_GPIO_Q_NR) + 1) + +#define BOARD_NR_GPIOS 16 + +#define ARCH_NR_GPIOS (GPIO_BOARD_START + BOARD_NR_GPIOS) #include