From: Timur Tabi Date: Thu, 25 Aug 2011 18:06:57 +0000 (-0500) Subject: tty/powerpc: fix build break with ehv_bytechan.c on allyesconfig X-Git-Tag: v3.2-rc1~170^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=191c5cf1ffc8acf61cd2d2407052ced1a1116130;p=pandora-kernel.git tty/powerpc: fix build break with ehv_bytechan.c on allyesconfig The ePAPR hypervisor byte channel driver is supposed to work on all ePAPR-compliant embedded PowerPC systems, but it had a reference to the MSR_GS bit, which is available only on Book-E systems. Also fix a couple integer-to-pointer typecast problems. Reported-by: Stephen Rothwell Signed-off-by: Timur Tabi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed