summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/dev/sdhci/sdhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/dev/sdhci/sdhci.c')
-rw-r--r--freebsd/sys/dev/sdhci/sdhci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd/sys/dev/sdhci/sdhci.c b/freebsd/sys/dev/sdhci/sdhci.c
index 86c75b27..bf637c20 100644
--- a/freebsd/sys/dev/sdhci/sdhci.c
+++ b/freebsd/sys/dev/sdhci/sdhci.c
@@ -36,7 +36,7 @@ __FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/lock.h>
#include <sys/module.h>
#include <sys/mutex.h>
-#include <sys/resource.h>
+#include <rtems/bsd/sys/resource.h>
#include <sys/rman.h>
#include <sys/sysctl.h>
#include <sys/taskqueue.h>
@@ -54,7 +54,7 @@ __FBSDID("$FreeBSD$");
#include <rtems/bsd/local/mmcbr_if.h>
#ifndef __rtems__
-#include <rtems/bsd/local/sdhci.h>
+#include "sdhci.h"
#else /* __rtems__ */
#include <dev/sdhci/sdhci.h>
#endif /* __rtems__ */