X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flinux%2Fdevice.h;h=5d5c197bad456be01863bd258113a5402a7d595c;hb=3c24475c1e4e8d10e50df161d8c4f1d382997a7c;hp=6a69caaac18a8f18fcbdc60c2f5e686ff95922c8;hpb=bac0906484aec5131a927c018a8ea1e591c5d66e;p=mv-sheeva.git diff --git a/include/linux/device.h b/include/linux/device.h index 6a69caaac18..5d5c197bad4 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -384,13 +384,8 @@ struct device { struct device_driver *driver; /* which driver has allocated this device */ void *driver_data; /* data private to the driver */ - - void *platform_data; /* We will remove platform_data - field if all platform devices - pass its platform specific data - from platform_device->platform_data, - other kind of devices should not - use platform_data. */ + void *platform_data; /* Platform specific data, device + core doesn't touch it */ struct dev_pm_info power; #ifdef CONFIG_NUMA