staging: xgifb: function prototype argument should also have an identifier name

function prototype argument 'struct vb_device_info *' and 'unsigned
long' should also have an identifier name.

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Arushi Singhal 2017-02-22 23:46:39 +05:30 committed by Greg Kroah-Hartman
parent a8ba84626b
commit eb10dec551
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
#ifndef _VBINIT_
#define _VBINIT_
unsigned char XGIInitNew(struct pci_dev *pdev);
void XGIRegInit(struct vb_device_info *, unsigned long);
void XGIRegInit(struct vb_device_info *XGI_Pr, unsigned long BaseAddr);
#endif