[PATCH v4 09/11] mfd: pruss CAN private data.

From: Subhasish Ghosh
Date: Fri Apr 22 2011 - 07:49:58 EST


This patch adds the PRUSS CAN data.

Signed-off-by: Subhasish Ghosh <subhasish@xxxxxxxxxxxxxxxxxxxx>
---
include/linux/mfd/pruss.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/linux/mfd/pruss.h b/include/linux/mfd/pruss.h
index c5e2af2..3b46156 100644
--- a/include/linux/mfd/pruss.h
+++ b/include/linux/mfd/pruss.h
@@ -92,6 +92,11 @@ struct da850_evm_pruss_suart_data {
int (*setup)(void);
};

+struct da850_evm_pruss_can_data {
+ u32 version;
+ int (*setup)(void);
+};
+
s32 pruss_enable(struct device *dev, u8 pruss_num);

s32 pruss_load(struct device *dev, u8 pruss_num,
--
1.7.2.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/