mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
vgaarb: Remove unneeded semicolons
Remove superfluous semicolons after function definitions. Signed-off-by: Yue Zou <zouyue3@huawei.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20210118010356.214491-1-zouyue3@huawei.com
This commit is contained in:
@@ -121,9 +121,9 @@ extern struct pci_dev *vga_default_device(void);
|
|||||||
extern void vga_set_default_device(struct pci_dev *pdev);
|
extern void vga_set_default_device(struct pci_dev *pdev);
|
||||||
extern int vga_remove_vgacon(struct pci_dev *pdev);
|
extern int vga_remove_vgacon(struct pci_dev *pdev);
|
||||||
#else
|
#else
|
||||||
static inline struct pci_dev *vga_default_device(void) { return NULL; };
|
static inline struct pci_dev *vga_default_device(void) { return NULL; }
|
||||||
static inline void vga_set_default_device(struct pci_dev *pdev) { };
|
static inline void vga_set_default_device(struct pci_dev *pdev) { }
|
||||||
static inline int vga_remove_vgacon(struct pci_dev *pdev) { return 0; };
|
static inline int vga_remove_vgacon(struct pci_dev *pdev) { return 0; }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user