From: Luciano Coelho Date: Thu, 12 Jan 2012 12:45:34 +0000 (+0200) Subject: wl12xx: move partition table definition to io.c X-Git-Tag: v3.4-rc1~177^2~108^2~39^2~126^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0becb14ab42c2435402437a9dbc279599f6af8fb;p=pandora-kernel.git 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 --- Reading git-diff-tree failed