All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next] sdhci-s3c build error
@ 2011-12-04  0:04 Axel Lin
  2011-12-04  0:09 ` Chris Ball
  0 siblings, 1 reply; 3+ messages in thread
From: Axel Lin @ 2011-12-04  0:04 UTC (permalink / raw)
  To: linux-mmc; +Cc: Sangwook Lee, Chris Ball

commit 666b6ab "mmc: sdhci-s3c: Add pm_caps into SD/MMC host" introduces below
build error:

  CC      drivers/mmc/host/sdhci-s3c.o
drivers/mmc/host/sdhci-s3c.c: In function 'sdhci_s3c_probe':
drivers/mmc/host/sdhci-s3c.c:524: error: 'struct s3c_sdhci_platdata' has no member named 'pm_caps'
drivers/mmc/host/sdhci-s3c.c:525: error: 'struct s3c_sdhci_platdata' has no member named 'pm_caps'
make[3]: *** [drivers/mmc/host/sdhci-s3c.o] Error 1
make[2]: *** [drivers/mmc/host] Error 2
make[1]: *** [drivers/mmc] Error 2
make: *** [drivers] Error 2

Forgot to add pm_caps to struct s3c_sdhci_platdata?

Regards,
Axel



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-08  3:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-04  0:04 [linux-next] sdhci-s3c build error Axel Lin
2011-12-04  0:09 ` Chris Ball
2011-12-08  3:52   ` Chris Ball

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.