>>>>> "David" == David Brownell <david-b@xxxxxxxxxxx> writes: Hi, David> MODULE_LICENSE("GPL"); David> +MODULE_ALIAS("platform:sh-sci"); David> --- g26.orig/drivers/serial/uartlite.c 2008-04-13 10:48:05.000000000 -0700 David> +++ g26/drivers/serial/uartlite.c 2008-04-13 10:59:04.000000000 -0700 David> @@ -561,6 +561,9 @@ static int __devexit ulite_remove(struct David> return ulite_release(&pdev->dev); David> } David> +/* work with hotplug and coldplug */ David> +MODULE_ALIAS("platform:uartlite"); David> + Why not stick this next to the other MODULE_ lines, like the other drivers? Other than that .. Acked-by: Peter Korsgaard <jacmet@xxxxxxxxxx> -- Bye, Peter Korsgaard -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html