9
0
Fork 0

mci: make it compile without info support

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-04-01 14:26:24 +02:00
parent 5c44e3af24
commit 1ac850c488
1 changed files with 2 additions and 0 deletions

View File

@ -1338,7 +1338,9 @@ on_error:
static struct driver_d mci_driver = {
.name = "mci",
.probe = mci_probe,
#ifdef CONFIG_MCI_INFO
.info = mci_info,
#endif
};
static int mci_init(void)