lkml.org 
[lkml]   [2009]   [Jul]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Driver core: Add accessor for device platform data
Date
For consistency with driver data provide a dev_get_platdata() accessor
for reading the platform data from a device.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
include/linux/device.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/linux/device.h b/include/linux/device.h
index aebb810..c42d426 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -446,6 +446,11 @@ static inline void set_dev_node(struct device *dev, int node)
}
#endif

+static inline void *dev_get_platdata(const struct device *dev)
+{
+ return dev->platform_data;
+}
+
static inline void *dev_get_drvdata(const struct device *dev)
{
return dev->driver_data;
--
1.6.3.3


\
 
 \ /
  Last update: 2009-07-17 16:09    [W:0.079 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site