浏览代码

i2c: nuc900: remove platform_data, too

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>
Wolfram Sang 7 年之前
父节点
当前提交
eb3b05fb0f
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      include/linux/platform_data/i2c-nuc900.h

+ 0 - 9
include/linux/platform_data/i2c-nuc900.h

@@ -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 */