[PATCH v1 7/9] mfd: pruss CAN private data.
From: Sergei Shtylyov <hidden>
Date: 2011-02-02 12:05:09
From: Sergei Shtylyov <hidden>
Date: 2011-02-02 12:05:09
Hello. On 01-02-2011 17:47, Subhasish Ghosh wrote:
This patch adds the PRUSS CAN data.
Signed-off-by: Subhasish Ghosh<redacted>
[...]
diff --git a/include/linux/mfd/pruss/da8xx_pru.h b/include/linux/mfd/pruss/da8xx_pru.h index 318dad8..2fa7ff5 100644 --- a/include/linux/mfd/pruss/da8xx_pru.h +++ b/include/linux/mfd/pruss/da8xx_pru.h@@ -74,6 +74,10 @@ struct da8xx_pruss_devices { int (*setup)(void); }; +struct da8xx_pruss_can_data { + u32 version; +}; +
This patch too should precede the patch 5/9 as it defines the stucture
used there...
WBR, Sergei