X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fkboot-parser.c;h=f8cd61d5b2e66a2cd971265cdcecccd6822d9af3;hp=f227ee35f910e604c6c4623ff9166d3d64a01f63;hb=89ccc8e6dc81bc1d613454b9944c2f3324d43e2a;hpb=ce5eab024583af5a4725503bad6ed2aee452b1aa diff --git a/discover/kboot-parser.c b/discover/kboot-parser.c index f227ee3..f8cd61d 100644 --- a/discover/kboot-parser.c +++ b/discover/kboot-parser.c @@ -290,8 +290,4 @@ out: return rc; } -struct parser kboot_parser = { - .name = "kboot.conf parser", - .priority = 98, - .parse = parse -}; +define_parser(kboot, 98, parse);