From: Sachin Sant Date: Tue, 14 Apr 2009 14:35:55 +0000 (+0000) Subject: powerpc: pseries/dtl.c should include asm/firmware.h X-Git-Tag: v2.6.30-rc3~89^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b71a0c296cee4debaf446760fbd29ead1587a7ac;p=pandora-kernel.git powerpc: pseries/dtl.c should include asm/firmware.h A randconfig build on powerpc failed with: dtl.c: In function 'dtl_init': dtl.c:238: error: implicit declaration of function 'firmware_has_feature' dtl.c:238: error: 'FW_FEATURE_SPLPAR' undeclared (first use in this function) - We need firmware.h for these definitions. Signed-off-by: Sachin Sant Signed-off-by: Jeremy Kerr Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed