i2c-s3c2410: Remove default platform data.
commitcbc522365f529c812b35d1e3dfc8f713b0ce1f29
authorBen Dooks <ben-linux@fluff.org>
Fri, 31 Oct 2008 16:10:27 +0000 (31 16:10 +0000)
committerBen Dooks <ben-linux@fluff.org>
Fri, 31 Oct 2008 16:13:49 +0000 (31 16:13 +0000)
tree262628684cbfd92abe7a092da3a80d54712b8bd9
parentcbe998bd430fd01f721d30774164b115867faf63
i2c-s3c2410: Remove default platform data.

The platform data should now always be present when the device
is initialised, so we can remove the default platform data in
the driver.

All the device initialisation points in the board specific code
should already have been changed to initialise this as necessary.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
drivers/i2c/busses/i2c-s3c2410.c