X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fvideo%2Fedid.h;h=f6a42d6c2e2d6e22daade1d3680cc1a088f26d26;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=abc1b489c0dbbb3e3df9630d2686ea93935579e0;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/video/edid.h b/include/video/edid.h index abc1b489c..f6a42d6c2 100644 --- a/include/video/edid.h +++ b/include/video/edid.h @@ -3,10 +3,6 @@ #ifdef __KERNEL__ -#include -#ifdef CONFIG_PPC_OF -#include -#endif #ifdef CONFIG_X86 struct edid_info { @@ -14,14 +10,8 @@ struct edid_info { }; extern struct edid_info edid_info; -extern char *get_EDID_from_BIOS(void *); - #endif /* CONFIG_X86 */ -#ifdef CONFIG_PPC_OF -extern char *get_EDID_from_OF(struct pci_dev *pdev); -#endif - #endif /* __KERNEL__ */ #endif /* __linux_video_edid_h__ */