[PATCH 24/35] mfd: ab8500: Remove unnecessary 'struct device' declaration

From: Lee Jones
Date: Fri Feb 15 2013 - 08:01:46 EST


A recent patch saw the device.h include being removed from some other
include files and replaced with a 'struct device' declaration instead.
However, neither the include nor the declaration is actually required.

Signed-off-by: Lee Jones <lee.jones@xxxxxxxxxx>
---
include/linux/mfd/abx500.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/include/linux/mfd/abx500.h b/include/linux/mfd/abx500.h
index bd480b2..cb3288b 100644
--- a/include/linux/mfd/abx500.h
+++ b/include/linux/mfd/abx500.h
@@ -13,8 +13,6 @@

#include <linux/regulator/machine.h>

-struct device;
-
#ifndef MFD_ABX500_H
#define MFD_ABX500_H

--
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/