eb12a679b2
drivers/misc: Add module.h to files who are really modular.
...
These files really need the full module.h header file present, but
were just getting it implicitly before. Fix it up in advance so we
avoid build failures once the cleanup commit is present.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com >
2011-10-31 19:31:53 -04:00
37b7bf67c3
drivers/misc/ab8500-pwm.c: fix modalias
...
Since 43cc71eed1
("platform: prefix MODALIAS with "platform:""), the
platform modalias is prefixed with "platform:".
This patch changes the MODULE_ALIAS to "platform:ab8500-pwm".
Signed-off-by: Axel Lin <axel.lin@gmail.com >
Acked-by: Arun Murthy <arun.murthy@stericsson.com >
Cc: Linus Walleij <linus.walleij@stericsson.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2011-08-25 16:25:35 -07:00
f0f05b1c75
misc: Add ab8500 pwm driver
...
This patch adds a Pulse Width Modulation driver for Analog Baseband
Chip AB8500.
Signed-off-by: Arun Murthy <arun.murthy@stericsson.com >
Acked-by: Linus Walleij <linus.walleij@stericsson.com >
Acked-by: Mike Rapoport <mike@compulab.co.il >
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com >
2010-10-29 00:29:21 +02:00