Skip to content

Commit

Permalink
Staging: bcm: Remove typedef for _FLASH_SECTOR_INFO.
Browse files Browse the repository at this point in the history
This patch removes typedef for _FLASH_SECTOR_INFO
because it is not being used.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 168b140 commit 44d8311
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/staging/bcm/nvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
#ifndef _NVM_H_
#define _NVM_H_

typedef struct _FLASH_SECTOR_INFO {
unsigned int uiSectorSig;
unsigned int uiSectorSize;
} FLASH_SECTOR_INFO, *PFLASH_SECTOR_INFO;

struct bcm_flash_cs_info {
u32 MagicNumber;
/* let the magic number be 0xBECE-F1A5 - F1A5 for "flas-h" */
Expand Down

0 comments on commit 44d8311

Please sign in to comment.