mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
m68k: sun3: Fix signature of sun3_get_model()
The mach_get_model() callback takes a "char *", not an "unsigned char *". Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/c635afb4542ab54c3dbd4fa2fbed07a2665a2f4e.1694613528.git.geert@linux-m68k.org
This commit is contained in:
parent
2e195ea7e9
commit
bdc1656c08
|
|
@ -83,7 +83,7 @@ static void __init display_system_type(unsigned char machtype)
|
|||
prom_halt();
|
||||
}
|
||||
|
||||
void sun3_get_model(unsigned char* model)
|
||||
void sun3_get_model(char *model)
|
||||
{
|
||||
register int i;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user