]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Add (unused) mode_mask parameter to grub_video_sm712_setup()
authorRobert Millan <rmh@aybabtu.com>
Mon, 18 Jan 2010 22:07:05 +0000 (22:07 +0000)
committerRobert Millan <rmh@aybabtu.com>
Mon, 18 Jan 2010 22:07:05 +0000 (22:07 +0000)
video/sm712.c

index 5383b695eb4bde43518586fc0a1a753a8c15edc5..1e0f59b9d38883d2193e046adf759e1581c5cc2f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  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
  *  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
 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;
   grub_err_t err;