From: Finn Thain Date: Wed, 12 Nov 2014 05:12:20 +0000 (+1100) Subject: atari_NCR5380: Move static TagAlloc array to host data X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~21^2^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61d739a4976424af0d2a62d8e8d0b2159702fb45;p=pandora-kernel.git atari_NCR5380: Move static TagAlloc array to host data The atari_NCR5380.c core driver keeps some per-host data in a static variable which limits the driver to a single instance. Fix this by moving TagAlloc to the hostdata struct. Signed-off-by: Finn Thain Reviewed-by: Hannes Reinecke Tested-by: Michael Schmitz Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed