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:
ben 2007-04-15 16:09:29 +00:00
parent a85094a239
commit 597f62d785
1 changed files with 1 additions and 1 deletions

View File

@ -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);