]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
i2c-s3c2410: Remove default platform data.
authorBen Dooks <ben-linux@fluff.org>
Fri, 31 Oct 2008 16:10:27 +0000 (16:10 +0000)
committerBen Dooks <ben-linux@fluff.org>
Tue, 16 Dec 2008 20:26:06 +0000 (20:26 +0000)
commit6a039cabba3ddd556643156ce0a7cd07da456b20
tree184f6e853397de0634b6f2aa90245887402016bd
parent8be310a6dea491b28f81672752d9d2c7fc25cdd3
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