These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / staging / rtl8712 / rtl871x_ioctl.h
index 8e6ef5d..c9218be 100644 (file)
@@ -76,22 +76,18 @@ uint oid_null_function(struct oid_par_priv *poid_par_priv);
 
 extern struct iw_handler_def  r871x_handlers_def;
 
-extern uint drv_query_info(
-       struct  net_device *MiniportAdapterContext,
-       uint Oid,
-       void *InformationBuffer,
-       u32 InformationBufferLength,
-       u32 *BytesWritten,
-       u32 *BytesNeeded
-);
+uint drv_query_info(struct net_device *MiniportAdapterContext,
+                   uint Oid,
+                   void *InformationBuffer,
+                   u32 InformationBufferLength,
+                   u32 *BytesWritten,
+                   u32 *BytesNeeded);
 
-extern uint drv_set_info(
-       struct  net_device *MiniportAdapterContext,
-       uint Oid,
-       void *InformationBuffer,
-       u32 InformationBufferLength,
-       u32 *BytesRead,
-       u32 *BytesNeeded
-);
+uint drv_set_info(struct net_device *MiniportAdapterContext,
+                 uint Oid,
+                 void *InformationBuffer,
+                 u32 InformationBufferLength,
+                 u32 *BytesRead,
+                 u32 *BytesNeeded);
 
 #endif