X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/2236410f4582ab45ae8c384dd6eeeef5d10aab15..1375eb51603466b723ab7dd1ca4194ee5d662f75:/lunaix-os/hal/rng/rngx86.c diff --git a/lunaix-os/hal/rng/rngx86.c b/lunaix-os/hal/rng/rngx86.c index d732f2c..5c12ca6 100644 --- a/lunaix-os/hal/rng/rngx86.c +++ b/lunaix-os/hal/rng/rngx86.c @@ -43,6 +43,5 @@ pdev_randdev_init(struct device_def* devdef) static struct device_def devrandx86_def = { .name = "x86 On-Chip RNG", .class = DEVCLASS(DEVIF_SOC, DEVFN_CHAR, DEV_RNG), - .init = pdev_randdev_init -}; + .init = pdev_randdev_init}; EXPORT_DEVICE(randdev, &devrandx86_def, load_onboot); \ No newline at end of file