]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0eaa06948d282c8ee7d0cccaf14c9a20c8349c7b
treeeba596f3db68d25963db120c508326baaeef5d5e
parent5be67a5363f4b9d5882d1cd0d4e631c7ce51cf91
wl12xx: move partition table definition to io.c

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