mfd: Drop data_size from mfd_cell struct
authorAndres Salomon <dilinger@queued.net>
Fri, 18 Feb 2011 03:07:24 +0000 (19:07 -0800)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 23 Mar 2011 09:41:55 +0000 (10:41 +0100)
Now that there are no more users of this, drop it.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
include/linux/mfd/core.h

index aefc378f8dc98e784237e636c30ad498bdc5b205..923ec2591eb7ca80def76f50588bb54644459672 100644 (file)
@@ -36,9 +36,6 @@ struct mfd_cell {
        /* platform_data can be used to pass data to "generic" drivers */
        void                    *platform_data;
 
-       /* unused */
-       size_t                  data_size;
-
        /*
         * These resources can be specified relative to the parent device.
         * For accessing hardware you should use resources from the platform dev
This page took 0.037669 seconds and 5 git commands to generate.