mirror of https://github.com/mpv-player/mpv
bad prototype for driver init function
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23002 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a85094a239
commit
597f62d785
|
@ -133,7 +133,7 @@ static int pm2_probe(int verbose, int force __attribute__ ((unused)))
|
|||
printf("[pm2] " #reg " (%x) = %#lx (%li)\n", reg, _foo, _foo); \
|
||||
}
|
||||
|
||||
static int pm2_init(const char *args __attribute__ ((unused)))
|
||||
static int pm2_init(void)
|
||||
{
|
||||
char *vm;
|
||||
pm2_reg_base = map_phys_mem(pci_info.base0, 0x10000);
|
||||
|
|
Loading…
Reference in New Issue