From: Adrian Bunk Date: Thu, 19 Jan 2006 16:30:17 +0000 (+0100) Subject: [PATCH] drivers/base/: proper prototypes X-Git-Tag: v2.6.16-rc3~97^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f67d115fe48f494d4b7f4f2024217fe52578915f;p=pandora-kernel.git [PATCH] drivers/base/: proper prototypes This patch contains the following changes: - move prototypes to base.h - sys.c should #include "base.h" for getting the prototype of it's global function system_bus_init() Note that hidden in this patch there's a bugfix: Caller and callee disagreed regarding the return type of sysdev_shutdown(). Signed-off-by: Adrian Bunk Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed