[alsa-devel] [PATCH] ASoC: wm_adsp: Mark wm_adsp2_boot_work as static
            
            
            
                9 Jan
                
                    2014
                
            
            
                9 Jan
                
                '14
                
            
            
            
        
    
                10:06 a.m.
            
        Signed-off-by: Charles Keepax ckeepax@opensource.wolfsonmicro.com --- sound/soc/codecs/wm_adsp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index 41669ad..444626f 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/sound/soc/codecs/wm_adsp.c @@ -1497,7 +1497,7 @@ static int wm_adsp2_ena(struct wm_adsp *dsp) return 0; }
-void wm_adsp2_boot_work(struct work_struct *work) +static void wm_adsp2_boot_work(struct work_struct *work) { struct wm_adsp *dsp = container_of(work, struct wm_adsp,
-- 
1.7.2.5
    
            
            
            
                9 Jan
                
            
            
                9 Jan
                
            
            
            
        
    
                2:51 p.m.
            
        On Thu, Jan 09, 2014 at 09:06:54AM +0000, Charles Keepax wrote:
Signed-off-by: Charles Keepax ckeepax@opensource.wolfsonmicro.com
Applied, thanks.
        4317
        
      
          Age (days ago)
        
      
        4317
        
    
          Last active (days ago)
        
        
        
        1 comments
    
    
        
        2 participants
    
    
    
    
    
    
    
    
    participants (2)
- 
                
Charles Keepax - 
                
Mark Brown