summaryrefslogtreecommitdiff
path: root/include/fdt_decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fdt_decode.h')
-rw-r--r--include/fdt_decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fdt_decode.h b/include/fdt_decode.h
index 8e522653bca..e787b902bf4 100644
--- a/include/fdt_decode.h
+++ b/include/fdt_decode.h
@@ -196,7 +196,7 @@ struct fdt_usb {
/* Information about an SDMMC port */
struct fdt_sdmmc {
- struct tegra2_mmc *reg; /* address of registers in physical memory */
+ struct tegra_mmc *reg; /* address of registers in physical memory */
int width; /* port width in bits (normally 4) */
int removable; /* 1 for removable device, 0 for fixed */
int enabled; /* 1 to enable, 0 to disable */