]> bbs.cooldavid.org Git - net-next-2.6.git/blame - include/acpi/video.h
drm/i915: Unregister ACPI video driver when exiting
[net-next-2.6.git] / include / acpi / video.h
CommitLineData
74a365b3
MG
1#ifndef __ACPI_VIDEO_H
2#define __ACPI_VIDEO_H
3
4#if (defined CONFIG_ACPI_VIDEO || defined CONFIG_ACPI_VIDEO_MODULE)
5extern int acpi_video_register(void);
3b1c1c11 6extern int acpi_video_exit(void);
74a365b3
MG
7#else
8static inline int acpi_video_register(void) { return 0; }
3b1c1c11 9static inline void acpi_video_exit(void) { return; }
74a365b3
MG
10#endif
11
12#endif
13