diff options
Diffstat (limited to 'include/linux/sys_soc.h')
| -rw-r--r-- | include/linux/sys_soc.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sys_soc.h b/include/linux/sys_soc.h index 2739ccb69571..9f5eb06f9fd8 100644 --- a/include/linux/sys_soc.h +++ b/include/linux/sys_soc.h @@ -13,6 +13,7 @@ struct soc_device_attribute {  	const char *family;  	const char *revision;  	const char *soc_id; +	const void *data;  };  /** @@ -34,4 +35,6 @@ void soc_device_unregister(struct soc_device *soc_dev);   */  struct device *soc_device_to_device(struct soc_device *soc); +const struct soc_device_attribute *soc_device_match( +	const struct soc_device_attribute *matches);  #endif /* __SOC_BUS_H */  | 
