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:
Mark Harfouche 2018-03-11 13:40:39 -07:00 committed by Bastien Nocera
parent bc30a3d2e5
commit 391f77ce5e

View file

@ -725,10 +725,11 @@ static const struct aes_regwrite init[] = {
{ 0x82, 0x00 }
};
/*
static const struct aes_regwrite stop_reader[] = {
{ 0xFF, 0x00 }
};
*/
enum activate_states {
WRITE_INIT,