Messages in this thread |  | | From | Arnd Bergmann <> | Date | Wed, 2 Aug 2017 13:45:07 +0200 | Subject | Re: [PATCH] fbdev: matrox: hide unused 'hotplug' variable |
| |
On Wed, Aug 2, 2017 at 1:14 PM, Arvind Yadav <arvind.yadav.cs@gmail.com> wrote: > Hi Arnd, > > With is change we can get below error. If MODULE is define. > > drivers/video/fbdev/matrox/matroxfb_base.c: In function ‘initMatrox2’: > drivers/video/fbdev/matrox/matroxfb_base.c:1799:23: error: ‘hotplug’ > undeclared (first use in this function) > minfo->fbcon.flags = hotplug ? FBINFO_FLAG_MODULE : FBINFO_FLAG_DEFAULT; > > Please check this.
I think you are looking at an older tree, the patch only applies to today's fbdev/fbdev-for-next branch, containing commit 376b3ff54c9a ("fbdev: Nuke FBINFO_MODULE"), which was applied last night.
Arnd
|  |