[POWERPC] Fix compile error if CONFIG_STX_GP3 is defined
authorKumar Gala <galak@kernel.crashing.org>
Wed, 23 Jan 2008 12:36:40 +0000 (06:36 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 24 Jan 2008 01:35:20 +0000 (19:35 -0600)
commit1dd4561e7d9b907afd10709f9ff092861e8ab095
tree228f186ac360fc989351bc1dcc12729e0aa07777
parentde3c8d41828553fa4cbba0399826e20a02670663
[POWERPC] Fix compile error if CONFIG_STX_GP3 is defined

cpmux is need in all cases, having wrapped by the ifndef CONFIG_STX_GP3
was causing a compile error.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
drivers/serial/cpm_uart/cpm_uart_cpm2.c