From: Paul Gortmaker Date: Wed, 8 Feb 2012 14:05:42 +0000 (-0500) Subject: m32r: relocate drivers back out of 8250 dir X-Git-Tag: upstream/snapshot3+hdmi~8167^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8a64268d187b2ace478d2147ce5c79658aca2d2;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git m32r: relocate drivers back out of 8250 dir Commit 9bef3d4197379a995fa80f81950bbbf8d32e9e8b "serial: group all the 8250 related code together" inadvertently swept up the m32r driver in the move, because it had comments mentioning 8250 registers within it. However these are only there by nature of the driver being based off the 8250 source code -- the hardware itself does not actually have any relation to the original 8250 style UARTs. Reported-by: Jiri Slaby Signed-off-by: Paul Gortmaker Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/8250/m32r_sio.c b/drivers/tty/serial/m32r_sio.c similarity index 100% rename from drivers/tty/serial/8250/m32r_sio.c rename to drivers/tty/serial/m32r_sio.c diff --git a/drivers/tty/serial/8250/m32r_sio.h b/drivers/tty/serial/m32r_sio.h similarity index 100% rename from drivers/tty/serial/8250/m32r_sio.h rename to drivers/tty/serial/m32r_sio.h diff --git a/drivers/tty/serial/8250/m32r_sio_reg.h b/drivers/tty/serial/m32r_sio_reg.h similarity index 100% rename from drivers/tty/serial/8250/m32r_sio_reg.h rename to drivers/tty/serial/m32r_sio_reg.h