Prev: [PATCH 2/4] virtio-balloon: implement balloon reset
Next: [PATCH 4/6] staging: winbond: Remove typedef for standard types
From: Sankar P on 19 Mar 2010 16:50 The following series of patches are cleanups on the winbond driver under staging. Some typedefs are converted to structs and an un-used enumeration and a typedef are removed. Sankar P (6): staging: winbond: Convert typedef struct _PMKID to struct pmkid staging: winbond: Remove unused enum enum_PowerManagementMode staging: winbond: Convert typedef struct _STRUCT_SELECTOR staging: winbond: Remove typedef for standard types staging: winbond: Convert typedef struct _MLME_FRAME to struct staging: winbond: Convert typedef struct _SCAN_REQ_PARA to struct drivers/staging/winbond/core.h | 2 +- drivers/staging/winbond/mac_structures.h | 31 +++++++++++----------------- drivers/staging/winbond/mlme_s.h | 4 +- drivers/staging/winbond/phy_calibration.c | 9 ++----- drivers/staging/winbond/scan_s.h | 8 ++++-- 5 files changed, 23 insertions(+), 31 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |