From 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5 Mon Sep 17 00:00:00 2001 From: Kim Phillips Date: Thu, 17 Jan 2008 12:48:00 -0600 Subject: codingstyle cleanup for spi driver ..and rm unused CONFIG_FSL_SPI define Signed-off-by: Kim Phillips --- include/asm-ppc/mpc8xxx_spi.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/asm-ppc/mpc8xxx_spi.h') diff --git a/include/asm-ppc/mpc8xxx_spi.h b/include/asm-ppc/mpc8xxx_spi.h index 38f12b90cb..053d11e53b 100644 --- a/include/asm-ppc/mpc8xxx_spi.h +++ b/include/asm-ppc/mpc8xxx_spi.h @@ -32,8 +32,7 @@ defined(CONFIG_MPC8315) || \ defined(CONFIG_MPC837X) -typedef struct spi8xxx -{ +typedef struct spi8xxx { u8 res0[0x20]; /* 0x0-0x01f reserved */ u32 mode; /* mode register */ u32 event; /* event register */ -- cgit