Commit eb3b05fb authored by Wolfram Sang's avatar Wolfram Sang

i2c: nuc900: remove platform_data, too

Commit 7da62cb1 ("i2c: nuc900: remove driver") removed the driver,
we should remove the platform_data as well.
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 620c50dc
#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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment