staging: rtl8188eu: odm.h: Remove unused struct dyn_primary_cca
authornavin patidar <navin.patidar@gmail.com>
Sat, 20 Sep 2014 14:25:59 +0000 (19:55 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Sep 2014 06:47:13 +0000 (23:47 -0700)
commit368c75b98bdfdfad54e7f165016819ef344e3587
tree5395ee0fdd72452b18acbe248292bed6af20cc1a
parent8f4ece938a70f6022a269f85bc06e796500f3ce3
staging: rtl8188eu: odm.h: Remove unused struct dyn_primary_cca

struct odm_dm_struct has a member of struct dyn_primary_cca,
which is initialized once and then never used by driver, so
we can remove struct dyn_promary_cca and code which initialize
it.

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/odm.c
drivers/staging/rtl8188eu/hal/odm_RTL8188E.c
drivers/staging/rtl8188eu/include/odm.h
drivers/staging/rtl8188eu/include/odm_RTL8188E.h