From: Pragat Pandya Date: Thu, 30 Jan 2020 10:11:18 +0000 (+0530) Subject: staging: exfat: Remove unused struct 'dev_info_t' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a3583d4c3df59e829e4d7f7e2ee6152dcda6abb4;p=linux.git staging: exfat: Remove unused struct 'dev_info_t' Remove global declaration of unused struct "dev_info_t". Structure "dev_info_t" is defined in exfat.h and not referenced in any other file. Signed-off-by: Pragat Pandya Link: https://lore.kernel.org/r/20200130101118.15936-3-pragat.pandya@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/exfat/exfat.h b/drivers/staging/exfat/exfat.h index 7d9bfea7a5129..e340b36ac5194 100644 --- a/drivers/staging/exfat/exfat.h +++ b/drivers/staging/exfat/exfat.h @@ -231,11 +231,6 @@ struct date_time_t { u16 MilliSecond; }; -struct dev_info_t { - u32 SecSize; /* sector size in bytes */ - u32 DevSize; /* block device size in sectors */ -}; - struct vol_info_t { u32 FatType; u32 ClusterSize;