summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl_core.h
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2011-07-18 21:32:47 -0500
committerLarry Finger <Larry.Finger@lwfinger.net>2011-08-24 01:08:50 -0500
commitc13ac63b6096f87e5be41893a3a4e7a1848a20ae (patch)
tree5a52d95d7a520968f448b50f733f39a97102c176 /drivers/staging/rtl8192e/rtl_core.h
parenta07dc3d145334fec51f1b773a47e84cd1d36c3ec (diff)
downloadop-kernel-dev-c13ac63b6096f87e5be41893a3a4e7a1848a20ae.zip
op-kernel-dev-c13ac63b6096f87e5be41893a3a4e7a1848a20ae.tar.gz
staging: rtl8192e: Convert typedef LOG_INTERRUPT_8190_T to struct log_int_8190
Remove typedef from struct. Rename struct. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Diffstat (limited to 'drivers/staging/rtl8192e/rtl_core.h')
-rw-r--r--drivers/staging/rtl8192e/rtl_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/rtl_core.h b/drivers/staging/rtl8192e/rtl_core.h
index 4fc78aa..77b46bf 100644
--- a/drivers/staging/rtl8192e/rtl_core.h
+++ b/drivers/staging/rtl8192e/rtl_core.h
@@ -588,7 +588,7 @@ typedef struct r8192_priv
work_struct_rsl reset_wq;
- LOG_INTERRUPT_8190_T InterruptLog;
+ struct log_int_8190 InterruptLog;
RT_CUSTOMER_ID CustomerID;
OpenPOWER on IntegriCloud