Disable all drivers while internal API is being reworked

This commit is contained in:
Daniel Drake
2008-01-30 14:17:08 +00:00
parent bf7093d607
commit 69760547df
2 changed files with 5 additions and 4 deletions

View File

@@ -325,16 +325,16 @@ static void register_driver(struct fp_driver *drv)
}
static struct fp_driver * const primitive_drivers[] = {
&upekts_driver,
/* &upekts_driver, */
};
static struct fp_img_driver * const img_drivers[] = {
&uru4000_driver,
/* &uru4000_driver,
&aes1610_driver,
&aes2501_driver,
&aes4000_driver,
&upektc_driver,
&fdu2000_driver,
&fdu2000_driver, */
};
static void register_drivers(void)