commit | 87fa35dd881fd61a2a8166892366f2c22c34a1fa | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Jul 01 13:10:21 2011 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Jul 01 13:10:21 2011 +1000 |
tree | c1f80b9287f3e333d66740bbb5189afe8c126e03 | |
parent | 9def247a7076bcced342a9783da79f2e0b0a3f47 [diff] |
powerpc/hvsi: Fix conflict with old HVSI driver 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>