es1370: build fix

This commit is contained in:
Jerome Duval 2012-04-01 14:50:31 +02:00
parent 57c324a753
commit 8ea0100184
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,7 @@
SubDir HAIKU_TOP src add-ons kernel drivers audio ac97 es1370 ;
SetSubDirSupportedPlatformsBeOSCompatible ;
UsePrivateHeaders libroot media ;
UsePrivateHeaders libroot media system ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
KernelAddon es1370 :

View File

@ -304,7 +304,6 @@ void
es1370_stream_delete(es1370_stream *stream)
{
cpu_status status;
int32 i;
LOG(("es1370_stream_delete\n"));
es1370_stream_halt(stream);
@ -438,7 +437,6 @@ static status_t
es1370_setup(es1370_dev * card)
{
status_t err = B_OK;
status_t rv;
unsigned char cmd;
PRINT(("es1370_setup(%p)\n", card));