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

Remove pre-declaration of struct.

Signed-off-by: Teddy Engel <engel.teddy@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/bb7d1aa7b336e4d68a30fd17dae7accfd2d5a26e.1718309120.git.engel.teddy@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Teddy Engel
2024-06-13 21:15:11 +01:00
committed by Greg Kroah-Hartman
parent 91c2d350c7
commit 7dff0b27d9
2 changed files with 0 additions and 2 deletions

View File

@@ -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);

View File

@@ -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