summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-4.1/110-export-missing-clk-functions.patch
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: export some clock functions used by some modulesHauke Mehrtens2015-08-091-0/+28
This fixes this linking problem: ERROR: "clk_set_rate" [drivers/usb/phy/phy-generic.ko] undefined! ERROR: "clk_round_rate" [drivers/media/v4l2-core/videodev.ko] undefined! ERROR: "clk_set_rate" [drivers/media/v4l2-core/videodev.ko] undefined! In the upstream kernel it is fixed here: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=411520af8ec9456886359b42628e583ac58e7e44 This closes: #20162, #20172, #20196, #20197, #20202 and #20308 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46572