Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
#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 */