From: Adrian Bunk Date: Fri, 2 May 2008 20:32:32 +0000 (-0700) Subject: x86: video/fbdev.c: add MODULE_LICENSE X-Git-Tag: upstream/snapshot3+hdmi~25155^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b04fa014c11e6415da8b5a7999dbd201abad53c;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git x86: video/fbdev.c: add MODULE_LICENSE Add the missing MODULE_LICENSE("GPL"). Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/video/fbdev.c b/arch/x86/video/fbdev.c index 4db42bf..6952768 100644 --- a/arch/x86/video/fbdev.c +++ b/arch/x86/video/fbdev.c @@ -1,5 +1,4 @@ /* - * * Copyright (C) 2007 Antonino Daplas * * This file is subject to the terms and conditions of the GNU General Public @@ -29,3 +28,4 @@ int fb_is_primary_device(struct fb_info *info) return retval; } EXPORT_SYMBOL(fb_is_primary_device); +MODULE_LICENSE("GPL");