mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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:
committed by
Greg Kroah-Hartman
parent
91c2d350c7
commit
7dff0b27d9
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user