X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/59ecf21e36b2332f6adf2a568ef555283d8c119a..1375eb51603466b723ab7dd1ca4194ee5d662f75:/lunaix-os/hal/char/devnull.c diff --git a/lunaix-os/hal/char/devnull.c b/lunaix-os/hal/char/devnull.c index 7dfd0a7..747e05f 100644 --- a/lunaix-os/hal/char/devnull.c +++ b/lunaix-os/hal/char/devnull.c @@ -46,6 +46,5 @@ pdev_nulldev_init(struct device_def* def) static struct device_def devnull_def = { .name = "null", .class = DEVCLASSV(DEVIF_NON, DEVFN_PSEUDO, DEV_NULL, DEV_BUILTIN_NULL), - .init = pdev_nulldev_init -}; + .init = pdev_nulldev_init}; EXPORT_DEVICE(nulldev, &devnull_def, load_onboot);