summaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/vb_init.h
diff options
context:
space:
mode:
authorJoe Perches2015-08-10 23:51:34 +0200
committerGreg Kroah-Hartman2015-08-15 03:51:56 +0200
commite075de610913d43d9d4682888cbee7856217103a (patch)
tree83106174edc97de605047e808b032c1763fcfe0e /drivers/staging/xgifb/vb_init.h
parentstaging: lustre: ptlrpc: add missing include directive (diff)
downloadkernel-qcow2-linux-e075de610913d43d9d4682888cbee7856217103a.tar.gz
kernel-qcow2-linux-e075de610913d43d9d4682888cbee7856217103a.tar.xz
kernel-qcow2-linux-e075de610913d43d9d4682888cbee7856217103a.zip
staging: xgifb: Remove unnecessary externs
Using 'extern' is not necessary for function prototypes. Miscellanea: o Reflow alignments Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/xgifb/vb_init.h')
-rw-r--r--drivers/staging/xgifb/vb_init.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/xgifb/vb_init.h b/drivers/staging/xgifb/vb_init.h
index 24573026a7c0..500cabe41a3c 100644
--- a/drivers/staging/xgifb/vb_init.h
+++ b/drivers/staging/xgifb/vb_init.h
@@ -1,6 +1,6 @@
#ifndef _VBINIT_
#define _VBINIT_
-extern unsigned char XGIInitNew(struct pci_dev *pdev);
-extern void XGIRegInit(struct vb_device_info *, unsigned long);
+unsigned char XGIInitNew(struct pci_dev *pdev);
+void XGIRegInit(struct vb_device_info *, unsigned long);
#endif