MMC: at91 mmc linkage updates
authorDavid Brownell <david-b@pacbell.net>
Tue, 26 Dec 2006 22:45:26 +0000 (14:45 -0800)
committerPierre Ossman <drzeus@drzeus.cx>
Thu, 4 Jan 2007 06:03:57 +0000 (07:03 +0100)
commita26b498c96f87130559005151539f5fd9e43fff6
treecd2ec99840d6bc0ee81b8ac590662283cdf7de6c
parent3947a3907f9cb88ebd492b6348a251036c4e81c7
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>
drivers/mmc/at91_mci.c