of/pcmcia: m8xx_pcmcia.c: Fix build failures
authorAnatolij Gustschin <agust@denx.de>
Wed, 2 Jun 2010 23:38:57 +0000 (01:38 +0200)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 3 Jun 2010 03:02:38 +0000 (21:02 -0600)
commit2005ce3521b7a38f12085e0420f405a8ee06f606
tree86b51df7afe4371f1b1af5df6f3caaf63d8c725b
parent295bdd9c52e57daf995fe80eff8c53938443fa2f
of/pcmcia: m8xx_pcmcia.c: Fix build failures

Fixes build errors caused by the:
- OF device_node pointer being moved into struct device
- typo in match_table field in the struct device_driver
  (which shoud be of_match_table)

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/pcmcia/m8xx_pcmcia.c