From: Vladimir 'phcoder' Serbinenko Date: Tue, 29 Dec 2009 17:40:52 +0000 (+0100) Subject: Fix a missing declaration X-Git-Tag: 1.98~160^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8291c2a3c929359652cf115dae40e40110018f6a;p=thirdparty%2Fgrub.git Fix a missing declaration --- diff --git a/video/sm712.c b/video/sm712.c index 52e43e9ae..5383b695e 100644 --- a/video/sm712.c +++ b/video/sm712.c @@ -68,6 +68,7 @@ grub_video_sm712_setup (unsigned int width, unsigned int height, grub_err_t err; int found = 0; + auto int NESTED_FUNC_ATTR find_card (grub_pci_device_t dev, grub_pci_id_t pciid __attribute__ ((unused))); int NESTED_FUNC_ATTR find_card (grub_pci_device_t dev, grub_pci_id_t pciid __attribute__ ((unused))) { grub_pci_address_t addr;