diff mbox series

i2c: nuc900: remove platform_data, too

Message ID 20171104204926.4711-1-wsa@the-dreams.de
State Accepted
Headers show
Series i2c: nuc900: remove platform_data, too | expand

Commit Message

Wolfram Sang Nov. 4, 2017, 8:49 p.m. UTC
Commit 7da62cb1853025 ("i2c: nuc900: remove driver") removed the driver,
we should remove the platform_data as well.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---
 include/linux/platform_data/i2c-nuc900.h | 9 ---------
 1 file changed, 9 deletions(-)
 delete mode 100644 include/linux/platform_data/i2c-nuc900.h

Comments

Wolfram Sang Nov. 5, 2017, 12:01 p.m. UTC | #1
On Sat, Nov 04, 2017 at 09:49:26PM +0100, Wolfram Sang wrote:
> Commit 7da62cb1853025 ("i2c: nuc900: remove driver") removed the driver,
> we should remove the platform_data as well.
> 
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

Applied to for-next, thanks!
diff mbox series

Patch

diff --git a/include/linux/platform_data/i2c-nuc900.h b/include/linux/platform_data/i2c-nuc900.h
deleted file mode 100644
index 9ffb12d06e9178..00000000000000
--- a/include/linux/platform_data/i2c-nuc900.h
+++ /dev/null
@@ -1,9 +0,0 @@ 
-#ifndef __ASM_ARCH_NUC900_I2C_H
-#define __ASM_ARCH_NUC900_I2C_H
-
-struct nuc900_platform_i2c {
-	int		bus_num;
-	unsigned long   bus_freq;
-};
-
-#endif /* __ASM_ARCH_NUC900_I2C_H */