Commit 7dff0b27 authored by Teddy Engel's avatar Teddy Engel Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192e: Remove unnecessary pre-declaration of struct net_device

parent 91c2d350
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
#define _RTL_CAM_H

#include <linux/types.h>
struct net_device;

void rtl92e_cam_reset(struct net_device *dev);
void rtl92e_enable_hw_security_config(struct net_device *dev);
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@
#include <linux/types.h>
#include <linux/pci.h>

struct net_device;
bool rtl92e_check_adapter(struct pci_dev *pdev, struct net_device *dev);

#endif