1. 02 6月, 2016 2 次提交
  2. 03 3月, 2016 1 次提交
  3. 21 7月, 2015 1 次提交
    • S
      clk: samsung: Properly include clk.h and clkdev.h · 6f1ed07a
      Stephen Boyd 提交于
      Clock provider drivers generally shouldn't include clk.h because
      it's the consumer API. Only include clk.h in files that are
      using it. The clkdev.h header isn't always used either, so remove
      it and add in slab.h where files were relying on it to include
      slab for them.
      
      Cc: Chanwoo Choi <cw00.choi@samsung.com>
      Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
      Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      6f1ed07a
  4. 23 12月, 2014 1 次提交
  5. 02 12月, 2014 1 次提交
    • K
      clk: samsung: exynos4415: Fix build with PM_SLEEP disabled · b5f56e14
      Krzysztof Kozlowski 提交于
      Fix following build errors when PM_SLEEP is disabled (e.g. by disabling
      SUSPEND and HIBERNATION):
      
      drivers/clk/samsung/clk-exynos4415.c: In function ‘exynos4415_cmu_init’:
      drivers/clk/samsung/clk-exynos4415.c:982:2: error: ‘exynos4415_ctx’ undeclared (first use in this function)
      drivers/clk/samsung/clk-exynos4415.c:982:2: note: each undeclared identifier is reported only once for each function it appears in
      drivers/clk/samsung/clk-exynos4415.c: In function ‘exynos4415_cmu_dmc_init’:
      drivers/clk/samsung/clk-exynos4415.c:1123:2: error: ‘exynos4415_dmc_ctx’ undeclared (first use in this function)
      make[3]: *** [drivers/clk/samsung/clk-exynos4415.o] Error 1
      Signed-off-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
      Reviewed-by: NChanwoo Choi <cw00.choi@samsung.com>
      Signed-off-by: NSylwester Nawrocki <s.nawrocki@samsung.com>
      b5f56e14
  6. 31 10月, 2014 1 次提交