~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/video/aty/atyfb_base.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
 
249
249
static int aty_init(struct fb_info *info);
250
250
 
251
 
#ifdef CONFIG_ATARI
252
 
static int store_video_par(char *videopar, unsigned char m64_num);
253
 
#endif
254
 
 
255
251
static void aty_get_crtc(const struct atyfb_par *par, struct crtc *crtc);
256
252
 
257
253
static void aty_set_crtc(const struct atyfb_par *par, const struct crtc *crtc);
2268
2264
        return;
2269
2265
}
2270
2266
 
 
2267
#ifdef CONFIG_PCI
2271
2268
static void aty_bl_exit(struct backlight_device *bd)
2272
2269
{
2273
2270
        backlight_device_unregister(bd);
2274
2271
        printk("aty: Backlight unloaded\n");
2275
2272
}
 
2273
#endif /* CONFIG_PCI */
2276
2274
 
2277
2275
#endif /* CONFIG_FB_ATY_BACKLIGHT */
2278
2276
 
2789
2787
        return ret;
2790
2788
}
2791
2789
 
2792
 
#ifdef CONFIG_ATARI
 
2790
#if defined(CONFIG_ATARI) && !defined(MODULE)
2793
2791
static int __devinit store_video_par(char *video_str, unsigned char m64_num)
2794
2792
{
2795
2793
        char *p;
2818
2816
        phys_vmembase[m64_num] = 0;
2819
2817
        return -1;
2820
2818
}
2821
 
#endif /* CONFIG_ATARI */
 
2819
#endif /* CONFIG_ATARI && !MODULE */
2822
2820
 
2823
2821
/*
2824
2822
 * Blank the display.