Skip to content
Snippets Groups Projects
Commit eb3b05fb authored by Wolfram Sang's avatar Wolfram Sang
Browse files

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
No related branches found
No related tags found
No related merge requests found
#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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment