From 21bbe20d3148025670585fab67a3eaec90ea4965 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 30 Sep 2013 08:45:44 +1000 Subject: [PATCH] Remove now unnecessary forward declaration of hashfast_drv --- driver-hashfast.c | 1 - 1 file changed, 1 deletion(-) diff --git a/driver-hashfast.c b/driver-hashfast.c index aabccc5e..b2d861fb 100644 --- a/driver-hashfast.c +++ b/driver-hashfast.c @@ -93,7 +93,6 @@ static uint32_t __maybe_unused hf_crc32(unsigned char *p, int len, int plug_in) } static hf_info_t **hashfast_infos; -struct device_drv hashfast_drv; struct hf_cmd { int cmd;