drivers/leds: Add module.h to files using it implicitly

A pending cleanup will mean that module.h won't be implicitly
everywhere anymore.  Make sure the modular drivers in the leds
dir are actually calling out for <module.h> explicitly in advance.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Bu işleme şunda yer alıyor:
Paul Gortmaker
2011-07-03 13:56:03 -04:00
ebeveyn 5d76fc219c
işleme 54f4dedb53
16 değiştirilmiş dosya ile 16 ekleme ve 0 silme

Dosyayı Görüntüle

@@ -14,6 +14,7 @@
#include <linux/acpi.h>
#include <linux/leds.h>
#include <linux/slab.h>
#include <linux/module.h>
MODULE_AUTHOR("Louis Davis/Jim Dailey");
MODULE_DESCRIPTION("Dell LED Control Driver");