Create platform_device.h to contain all the platform device details.

Convert everyone who uses platform_bus_type to include
linux/platform_device.h.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Russell King
2005-10-29 19:07:23 +01:00
committed by Russell King
부모 8a212ab6b8
커밋 d052d1beff
198개의 변경된 파일214개의 추가작업 그리고 158개의 파일을 삭제

파일 보기

@@ -14,6 +14,8 @@
* This file is licenced under the GPL.
*/
#include <linux/platform_device.h>
/* configure so an HC device and id are always provided */
/* always called with process context; sleeping is OK */