From: Russell King Date: Thu, 3 May 2007 09:47:37 +0000 (+0100) Subject: [ARM] ecard: Convert card type enum to a flag X-Git-Tag: v2.6.22-rc1~1009^2~1^11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5559bca8e66f968192a5416d953c88cc3389cb22;p=pandora-kernel.git [ARM] ecard: Convert card type enum to a flag 'type' in the struct expansion_card is only used to indicate whether this card is an EASI card or not. Therefore, having it as an enum is wasteful (and introduces additional noise when we come to remove the enum.) Convert it to a mere flag instead. Signed-off-by: Russell King --- Reading git-diff-tree failed