device property: don't bother the drivers with struct property_set
[cascardo/linux.git] / drivers / mfd / intel-lpss.h
index 0dcea9e..6941166 100644 (file)
 
 struct device;
 struct resource;
-struct property_set;
+struct property_entry;
 
 struct intel_lpss_platform_info {
        struct resource *mem;
        int irq;
        unsigned long clk_rate;
        const char *clk_con_id;
-       struct property_set *pset;
+       struct property_entry *properties;
 };
 
 int intel_lpss_probe(struct device *dev,