[PATCH] drivers/cdrom/cm206.c: cleanups
authorAdrian Bunk <bunk@stusta.de>
Fri, 30 Jun 2006 08:56:04 +0000 (01:56 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 30 Jun 2006 18:25:38 +0000 (11:25 -0700)
commit7adc28ae75854d9d0940668404a14d1f006f80c0
tree57a18511f071706c79145364eaae0969bf2b750d
parent7b2baa1f8a82d0940db6fbbaa00e5b829a99b2c9
[PATCH] drivers/cdrom/cm206.c: cleanups

- make __cm206_init() __init (required since it calls
  the __init cm206_init())
- make the needlessly global bcdbin() static
- remove a comment with an obsolete compile command

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Jens Axboe <axboe@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/cdrom/cm206.c