Remove a debug #error from the bcm2835 sdhci driver.

This commit is contained in:
Andrew Turner 2015-03-25 11:53:52 +00:00
parent 4e46a66e4a
commit 33a00de2dd

View File

@ -73,7 +73,6 @@ __FBSDID("$FreeBSD$");
#define PIO_MODE 1
#else
#define PIO_MODE 0
#error
#endif
static int bcm2835_sdhci_hs = 1;