Advertisement
Guest User

Untitled

a guest
Feb 5th, 2018
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.13 KB | None | 0 0
  1. commit b7e238272dd249eeef79a915a940bb10af53d50a
  2. Author: Arnd Bergmann <arnd@arndb.de>
  3. Date: Mon Feb 5 16:18:19 2018 +0100
  4.  
  5. net: mtk: include pinctrl/consumer.h
  6.  
  7. drivers/net/ethernet/mediatek/mtk_eth_soc.c: In function 'mtk_pending_work':
  8. drivers/net/ethernet/mediatek/mtk_eth_soc.c:2109:3: error: implicit declaration of function 'pinctrl_select_state'; did you mean 'inet_sk_set_state'? [-Werror=implicit-function-declaration]
  9.  
  10. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  11.  
  12. diff --git a/drivers/net/ethernet/mediatek/mtk_eth_soc.c b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
  13. index 29826dd15204..1eaa24c65df1 100644
  14. --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c
  15. +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
  16. @@ -18,6 +18,7 @@
  17. #include <linux/mfd/syscon.h>
  18. #include <linux/regmap.h>
  19. #include <linux/clk.h>
  20. +#include <linux/pinctrl/consumer.h>
  21. #include <linux/pm_runtime.h>
  22. #include <linux/if_vlan.h>
  23. #include <linux/reset.h>
  24.  
  25. commit a0c62884bf2fc1c97ccfc3c05229c0321aedcad7
  26. Author: Arnd Bergmann <arnd@arndb.de>
  27. Date: Mon Feb 5 11:54:37 2018 +0100
  28.  
  29. drm/rockchip: include pinctrl/consumer.h
  30.  
  31. drivers/gpu/drm/rockchip/rockchip_lvds.c: In function 'rockchip_lvds_grf_config':
  32. drivers/gpu/drm/rockchip/rockchip_lvds.c:229:39: error: dereferencing pointer to incomplete type 'struct dev_pin_info'
  33.  
  34. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  35.  
  36. diff --git a/drivers/gpu/drm/rockchip/rockchip_lvds.c b/drivers/gpu/drm/rockchip/rockchip_lvds.c
  37. index 84911bdc27d1..4341d4b64f3e 100644
  38. --- a/drivers/gpu/drm/rockchip/rockchip_lvds.c
  39. +++ b/drivers/gpu/drm/rockchip/rockchip_lvds.c
  40. @@ -26,6 +26,8 @@
  41. #include <linux/mfd/syscon.h>
  42. #include <linux/of_graph.h>
  43. #include <linux/pm_runtime.h>
  44. +#include <linux/pinctrl/consumer.h>
  45. +#include <linux/pinctrl/devinfo.h>
  46. #include <linux/regmap.h>
  47. #include <linux/reset.h>
  48.  
  49.  
  50. commit 442f97c2004cae1436fd88cc39b218e8fe3d256d
  51. Author: Arnd Bergmann <arnd@arndb.de>
  52. Date: Mon Feb 5 11:53:12 2018 +0100
  53.  
  54. mmc: meson-gx-mmc: include pinctrl/consumer.h
  55.  
  56. drivers/mmc/host/meson-gx-mmc.c: In function 'meson_mmc_clk_gate':
  57. drivers/mmc/host/meson-gx-mmc.c:377:3: error: implicit declaration of function 'pinctrl_select_state'; did you mean 'inc_node_state'? [-Werror=implicit-function-declaration]
  58.  
  59. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  60.  
  61. diff --git a/drivers/mmc/host/meson-gx-mmc.c b/drivers/mmc/host/meson-gx-mmc.c
  62. index 32a6a228cd12..955b3b3d3550 100644
  63. --- a/drivers/mmc/host/meson-gx-mmc.c
  64. +++ b/drivers/mmc/host/meson-gx-mmc.c
  65. @@ -34,6 +34,7 @@
  66. #include <linux/io.h>
  67. #include <linux/clk.h>
  68. #include <linux/clk-provider.h>
  69. +#include <linux/pinctrl/consumer.h>
  70. #include <linux/regulator/consumer.h>
  71. #include <linux/interrupt.h>
  72. #include <linux/bitfield.h>
  73.  
  74. commit 1ab223aa3d50029ccc7297bb5dd9f6ca93d4f4cd
  75. Author: Arnd Bergmann <arnd@arndb.de>
  76. Date: Mon Feb 5 11:22:03 2018 +0100
  77.  
  78. fbdev: omap2 dss: fix build
  79.  
  80. drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c: In function 'hdmi_pll_dump':
  81. drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c:27:20: error: implicit declaration of function 'seq_printf'; did you mean 'dev_printk'? [-Werror=implicit-function-declaration]
  82. #define DUMPPLL(r) seq_printf(s, "%-35s %08x\n", #r,\
  83. ^~~~~~~~~~
  84. drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c: In function 'hdmi_wp_dump':
  85. drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c:24:20: error: implicit declaration of function 'seq_printf'; did you mean 'dev_printk'? [-Werror=implicit-function-declaration]
  86. #define DUMPREG(r) seq_printf(s, "%-35s %08x\n", #r, hdmi_read_reg(wp->base, r))
  87. ^~~~~~~~~~
  88. drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c: In function 'hdmi_phy_dump':
  89. drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c:31:20: error: implicit declaration of function 'seq_printf'; did you mean 'dev_printk'? [-Werror=implicit-function-declaration]
  90. #define DUMPPHY(r) seq_printf(s, "%-35s %08x\n", #r,\
  91. drivers/video/fbdev/omap2/omapfb/dss/dss.c: In function 'dss_runtime_suspend':
  92. drivers/video/fbdev/omap2/omapfb/dss/dss.c:1253:2: error: implicit declaration of function 'pinctrl_pm_select_sleep_state'; did you mean 'inc_memcg_page_state'? [-Werror=implicit-function-declaration]
  93.  
  94. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  95.  
  96. diff --git a/drivers/video/fbdev/omap2/omapfb/dss/dss.c b/drivers/video/fbdev/omap2/omapfb/dss/dss.c
  97. index 39fe7247ff98..2cd8dcbfa836 100644
  98. --- a/drivers/video/fbdev/omap2/omapfb/dss/dss.c
  99. +++ b/drivers/video/fbdev/omap2/omapfb/dss/dss.c
  100. @@ -37,6 +37,7 @@
  101. #include <linux/mfd/syscon.h>
  102. #include <linux/regmap.h>
  103. #include <linux/of.h>
  104. +#include <linux/pinctrl/consumer.h>
  105. #include <linux/regulator/consumer.h>
  106. #include <linux/suspend.h>
  107. #include <linux/component.h>
  108. diff --git a/drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c b/drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c
  109. index eee09b4bdcf6..df758520408a 100644
  110. --- a/drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c
  111. +++ b/drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c
  112. @@ -12,6 +12,7 @@
  113. #include <linux/err.h>
  114. #include <linux/io.h>
  115. #include <linux/platform_device.h>
  116. +#include <linux/seq_file.h>
  117. #include <linux/slab.h>
  118. #include <video/omapfb_dss.h>
  119.  
  120. diff --git a/drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c b/drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c
  121. index eac3665aba6c..bc591fc12aef 100644
  122. --- a/drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c
  123. +++ b/drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c
  124. @@ -16,6 +16,7 @@
  125. #include <linux/io.h>
  126. #include <linux/platform_device.h>
  127. #include <linux/clk.h>
  128. +#include <linux/seq_file.h>
  129.  
  130. #include <video/omapfb_dss.h>
  131.  
  132. diff --git a/drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c b/drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
  133. index 705373e4cf38..4af6ba220744 100644
  134. --- a/drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
  135. +++ b/drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
  136. @@ -14,6 +14,8 @@
  137. #include <linux/err.h>
  138. #include <linux/io.h>
  139. #include <linux/platform_device.h>
  140. +#include <linux/seq_file.h>
  141. +
  142. #include <video/omapfb_dss.h>
  143.  
  144. #include "dss.h"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement