]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
EDP: remove old system EDP framework (wlan drivers)
authorTimo Alho <talho@nvidia.com>
Sat, 28 Dec 2013 18:37:34 +0000 (20:37 +0200)
committerJuha Tukkinen <jtukkinen@nvidia.com>
Tue, 7 Jan 2014 11:07:34 +0000 (03:07 -0800)
Revised system edp software framework has been put in place. This
patch removes old system edp client code from wlan driver header
files.

Bug 1431977

Change-Id: I65474177bcc8ad21db3152bb39bc006c0e71be95
Signed-off-by: Timo Alho <talho@nvidia.com>
Reviewed-on: http://git-master/r/350407
Reviewed-by: Harshavardhan Nalajala <hnalajala@nvidia.com>
Reviewed-by: Juha Tukkinen <jtukkinen@nvidia.com>
include/linux/wlan_plat.h

index 632e37a1a3124b37d081a176adb9bd3852dda92a..26d2078f57fd08a81b84d3f148a2cd565c4a1df2 100644 (file)
 #ifndef _LINUX_WLAN_PLAT_H_
 #define _LINUX_WLAN_PLAT_H_
 
-#include <linux/edp.h>
 #include <linux/sysedp.h>
 
-#if defined(CONFIG_BCMDHD_EDP_SUPPORT)
-typedef enum e_edp_state {
-       EDP_STATE_ON = 0,
-       EDP_STATE_OFF
-}wifi_edp_state;
-#endif
-
 struct wifi_platform_data {
        int (*set_power)(int val);
        int (*set_reset)(int val);
@@ -33,9 +25,6 @@ struct wifi_platform_data {
        void *(*mem_prealloc)(int section, unsigned long size);
        int (*get_mac_addr)(unsigned char *buf);
        void *(*get_country_code)(char *ccode);
-#if defined(CONFIG_BCMDHD_EDP_SUPPORT)
-       struct edp_client client_info;
-#endif
        struct sysedp_consumer *sysedpc;
 };