aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc/hvsi_lib.c
Commit message (Collapse)AuthorAge
* powerpc/hvsi: Fix conflict with old HVSI driverBenjamin Herrenschmidt2011-06-30
| | | | | | | | | | 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>
* powerpc/pseries: Move hvsi support into a libraryBenjamin Herrenschmidt2011-06-29
This will allow a different backend to share it Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>