wl12xx: move partition table definition to io.c
authorLuciano Coelho <coelho@ti.com>
Thu, 12 Jan 2012 12:45:34 +0000 (14:45 +0200)
committerLuciano Coelho <coelho@ti.com>
Wed, 15 Feb 2012 06:38:28 +0000 (08:38 +0200)
Up till now we only needed to access the partition table in boot.c.
But to add support for reading the MAC address from the FUSE in
testmode, we will have to change the partition in testmode.c.

Thus, we move the partition table to io.c and export it via io.h.  It
makes more sense to have it in the io part anyway.

Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/wl12xx/boot.c
drivers/net/wireless/wl12xx/io.c
drivers/net/wireless/wl12xx/io.h

Simple merge
Simple merge
Simple merge