From: Thomas Gleixner Date: Wed, 28 Jun 2006 15:14:07 +0000 (+0200) Subject: [PATCH] Fix plist include dependency X-Git-Tag: v2.6.18-rc1~414 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b44597906e03d5e2b467c17a3b73585596c0d7be;p=pandora-kernel.git [PATCH] Fix plist include dependency plist.h uses container_of, which is defined in kernel.h. Include kernel.h in plist.h as the kernel.h include does not longer happen automatically on all architectures. Signed-off-by: Thomas Gleixner Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed