setcos: remove useless #if 1

This commit is contained in:
Martin Paljak 2011-06-17 12:12:38 +03:00
parent 17c295ab1e
commit dcf9a8e0b2
1 changed files with 0 additions and 2 deletions

View File

@ -1134,9 +1134,7 @@ static struct sc_card_driver *sc_get_driver(void)
return &setcos_drv;
}
#if 1
struct sc_card_driver *sc_get_setcos_driver(void)
{
return sc_get_driver();
}
#endif