summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/spi/spi-tegra.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/spi/spi-tegra.c b/drivers/spi/spi-tegra.c
index f20a9bae75d1..a2efa7e7d79e 100644
--- a/drivers/spi/spi-tegra.c
+++ b/drivers/spi/spi-tegra.c
@@ -6,6 +6,8 @@
* Author:
* Erik Gilling <konkers@android.com>
*
+ * Copyright (C) 2010-2011 NVIDIA Corporation
+ *
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
@@ -175,7 +177,7 @@ struct spi_tegra_data {
struct clk *clk;
void __iomem *base;
- unsigned long phys;
+ phys_addr_t phys;
unsigned irq;
u32 cur_speed;