powerpc/hvsi: Fix conflict with old HVSI driver
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 1 Jul 2011 03:10:21 +0000 (13:10 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 1 Jul 2011 03:10:21 +0000 (13:10 +1000)
A mix of think & mismerge on my side caused a problem where both the
new hvsi_lib and the old hvsi driver gets compiled and try to define
symbols with the same name.

This fixes it by renaming the hvsi_lib exported symbols.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found