diff options
author | Tom Rini <trini@konsulko.com> | 2017-08-26 19:10:40 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-26 19:10:40 (GMT) |
commit | 0031af9ce7b1c2d98ce77cc20bd7546d64e334fe (patch) | |
tree | 196dda8bb4fdae67ec24514eac2372930e912acb /drivers/spi/ich.h | |
parent | cc0427d2695220961f43dfb5e110511a9cb8ae16 (diff) | |
parent | 438505fe696b176cbf56cd34db870e04027d3531 (diff) | |
download | u-boot-0031af9ce7b1c2d98ce77cc20bd7546d64e334fe.tar.xz |
Merge git://git.denx.de/u-boot-x86
Diffstat (limited to 'drivers/spi/ich.h')
-rw-r--r-- | drivers/spi/ich.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/spi/ich.h b/drivers/spi/ich.h index dcb8a90..c867c57 100644 --- a/drivers/spi/ich.h +++ b/drivers/spi/ich.h @@ -177,8 +177,6 @@ struct ich_spi_platdata { }; struct ich_spi_priv { - int ichspi_lock; - int locked; int opmenu; int menubytes; void *base; /* Base of register set */ |