Skip to content

Commit

Permalink
x86: video/fbdev.c: add MODULE_LICENSE
Browse files Browse the repository at this point in the history
Add the missing MODULE_LICENSE("GPL").

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Adrian Bunk authored and Ingo Molnar committed May 4, 2008
1 parent afaafe5 commit 7b04fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/video/fbdev.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
*
* Copyright (C) 2007 Antonino Daplas <adaplas@gmail.com>
*
* This file is subject to the terms and conditions of the GNU General Public
Expand Down Expand Up @@ -29,3 +28,4 @@ int fb_is_primary_device(struct fb_info *info)
return retval;
}
EXPORT_SYMBOL(fb_is_primary_device);
MODULE_LICENSE("GPL");

0 comments on commit 7b04fa0

Please sign in to comment.