commit | a26b498c96f87130559005151539f5fd9e43fff6 | [log] [tgz] |
---|---|---|
author | David Brownell <david-b@pacbell.net> | Tue Dec 26 14:45:26 2006 -0800 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Thu Jan 04 07:03:57 2007 +0100 |
tree | cd2ec99840d6bc0ee81b8ac590662283cdf7de6c | |
parent | 3947a3907f9cb88ebd492b6348a251036c4e81c7 [diff] |
MMC: at91 mmc linkage updates Linker level tweaks for the AT91 MMC driver: - fix a wrongly-exported symbol - move probe() to init section - move remove() to exit section When this driver is statically linked, this patch shrinks the driver's runtime I-space footprint by over 20% (950 bytes). Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>