Commit 9b6c9d00 authored by Kevin Hilman's avatar Kevin Hilman

OSS: DaVinci: build fix after 2.6.25 merge

Signed-off-by: default avatarKevin Hilman <khilman@mvista.com>
parent 3c4a40a5
...@@ -238,7 +238,7 @@ static audio_state_t aic33_state = { ...@@ -238,7 +238,7 @@ static audio_state_t aic33_state = {
.hw_remove = __exit_p(davinci_aic33_remove), .hw_remove = __exit_p(davinci_aic33_remove),
.hw_suspend = davinci_aic33_suspend, .hw_suspend = davinci_aic33_suspend,
.hw_resume = davinci_aic33_resume, .hw_resume = davinci_aic33_resume,
.sem = __SEMAPHORE_INIT(aic33_state.sem, 1), .sem = __SEMAPHORE_INITIALIZER(aic33_state.sem, 1),
}; };
/* This will be defined in the audio.h */ /* This will be defined in the audio.h */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment