Skip to content

Commit

Permalink
ARM: pxa: Minor naming fixes in spitz.c
Browse files Browse the repository at this point in the history
The NAND init section was erroneously named "Framebuffer".
Gpio expander section should really be called "I2C devices"
since it contains all i2c init code.

Signed-off-by: Marko Katic <dromede@gmail.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
  • Loading branch information
Marko Katic authored and Haojian Zhuang committed Jan 23, 2013
1 parent d107a20 commit eea6e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-pxa/spitz.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ static inline void spitz_lcd_init(void) {}
#endif

/******************************************************************************
* Framebuffer
* NAND Flash
******************************************************************************/
#if defined(CONFIG_MTD_NAND_SHARPSL) || defined(CONFIG_MTD_NAND_SHARPSL_MODULE)
static struct mtd_partition spitz_nand_partitions[] = {
Expand Down Expand Up @@ -858,7 +858,7 @@ static inline void spitz_nor_init(void) {}
#endif

/******************************************************************************
* GPIO expander
* I2C devices
******************************************************************************/
#if defined(CONFIG_I2C_PXA) || defined(CONFIG_I2C_PXA_MODULE)
static struct pca953x_platform_data akita_pca953x_pdata = {
Expand Down

0 comments on commit eea6e39

Please sign in to comment.