i2c: nuc900: remove platform_data, too
authorWolfram Sang <wsa@the-dreams.de>
Sat, 4 Nov 2017 20:49:26 +0000 (21:49 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Sun, 5 Nov 2017 11:59:22 +0000 (12:59 +0100)
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 [deleted file]

diff --git a/include/linux/platform_data/i2c-nuc900.h b/include/linux/platform_data/i2c-nuc900.h
deleted file mode 100644 (file)
index 9ffb12d..0000000
+++ /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 */