Add (unused) mode_mask parameter to grub_video_sm712_setup()
This commit is contained in:
parent
e022a2d667
commit
4df7b90f94
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* GRUB -- GRand Unified Bootloader
|
* GRUB -- GRand Unified Bootloader
|
||||||
* Copyright (C) 2005,2006,2007,2008,2009 Free Software Foundation, Inc.
|
* Copyright (C) 2005,2006,2007,2008,2009,2010 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* GRUB is free software: you can redistribute it and/or modify
|
* GRUB is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -62,7 +62,7 @@ grub_video_sm712_video_fini (void)
|
||||||
|
|
||||||
static grub_err_t
|
static grub_err_t
|
||||||
grub_video_sm712_setup (unsigned int width, unsigned int height,
|
grub_video_sm712_setup (unsigned int width, unsigned int height,
|
||||||
unsigned int mode_type)
|
unsigned int mode_type, unsigned int mode_mask __attribute__ ((unused)))
|
||||||
{
|
{
|
||||||
int depth;
|
int depth;
|
||||||
grub_err_t err;
|
grub_err_t err;
|
||||||
|
|
Loading…
Reference in a new issue