From e6b802649c5ef90bf6a4ebf03446f38a65a5c617 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Sun, 17 Aug 2014 18:27:02 +0000 Subject: [PATCH] Remove keyboard entropy [1] from r270105. Reported by: ian [1] (Pointy hat)^2 to: imp --- sys/arm/at91/at91_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm/at91/at91_common.c b/sys/arm/at91/at91_common.c index a6f08074780..8282aa10c93 100644 --- a/sys/arm/at91/at91_common.c +++ b/sys/arm/at91/at91_common.c @@ -64,7 +64,7 @@ fdt_aic_decode_ic(phandle_t node, pcell_t *intr, int *interrupt, int *trig, *pol = INTR_POLARITY_CONFORM; return (0); -u} +} fdt_pic_decode_t fdt_pic_table[] = { &fdt_aic_decode_ic,