aes1610: Fix compilation warning in aes1610
Fixes: drivers/aes1610.c:736:34: warning: ‘stop_reader’ defined but not used [-Wunused-const-variable=] https://bugs.freedesktop.org/show_bug.cgi?id=105429
This commit is contained in:
parent
bc30a3d2e5
commit
391f77ce5e
1 changed files with 2 additions and 1 deletions
|
@ -725,10 +725,11 @@ static const struct aes_regwrite init[] = {
|
||||||
{ 0x82, 0x00 }
|
{ 0x82, 0x00 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
static const struct aes_regwrite stop_reader[] = {
|
static const struct aes_regwrite stop_reader[] = {
|
||||||
{ 0xFF, 0x00 }
|
{ 0xFF, 0x00 }
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
enum activate_states {
|
enum activate_states {
|
||||||
WRITE_INIT,
|
WRITE_INIT,
|
||||||
|
|
Loading…
Add table
Reference in a new issue