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)
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>

No differences found