uvesafb: small cleanups
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 6 Feb 2008 09:39:22 +0000 (01:39 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:16 +0000 (10:41 -0800)
commit5eb03a4ab239d8769fa13df6c894d618ecae1b50
treed931610790da410a2e5806df09170e67aca92f8b
parent0ce85eb8824679cd9e7b3b12202e2bf54f1f3e2c
uvesafb: small cleanups

Some cleanups in uvesafb:
- The custom module_param() get/set functions don't need to be inlined
  since it is referred to via a pointer in a struct.
- don't end a #define with a ';'
- remove one of the single quote marks in "''ypan'"

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Michal Januszewski <spock@gentoo.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/uvesafb.c