mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 22:50:41 +00:00
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:
parent
a8ba84626b
commit
eb10dec551
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user