/* linux/arch/arm/mach-exynos/setup-mfc.c * * Copyright (c) 2009-2011 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Base Exynos4 MFC configuration * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include #include #include #include #include #include #include #include #include #include #include unsigned int mfc_clk_rate; int exynos4_mfc_setup_clock(struct device *dev, unsigned long clock_rate) { mfc_clk_rate = clock_rate; return 0; } void s5p_mfc_setname(struct platform_device *pdev, char *name) { pdev->name = name; }