All of lore.kernel.org
 help / color / mirror / Atom feed
* [bod:qcom-laptops-v6.18-rc4-camss-icp-bps-ipe-icp-boots+stats-b4 93/121] drivers/phy/qualcomm/phy-qcom-mipi-csi2-3ph-dphy.c:439:34: sparse: sparse: symbol 'phy_qcom_mipi_csi2_ops_3ph_1_0' was not declared. Should it be static?
@ 2026-07-09  4:38 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-07-09  4:38 UTC (permalink / raw)
  To: Bryan O'Donoghue; +Cc: oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/bod/linux.git qcom-laptops-v6.18-rc4-camss-icp-bps-ipe-icp-boots+stats-b4
head:   ebd1e440443121d18f730ab2aeea5586a754f36f
commit: d7952be2f35aa9609bdcb72055e2410f4754a056 [93/121] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver
config: arc-randconfig-r134-20260709 (https://download.01.org/0day-ci/archive/20260709/202607091248.rf8X2HoK-lkp@intel.com/config)
compiler: arc-linux-gcc (GCC) 16.1.0
sparse: v0.6.5-rc1
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260709/202607091248.rf8X2HoK-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202607091248.rf8X2HoK-lkp@intel.com/

sparse warnings: (new ones prefixed by >>)
>> drivers/phy/qualcomm/phy-qcom-mipi-csi2-3ph-dphy.c:439:34: sparse: sparse: symbol 'phy_qcom_mipi_csi2_ops_3ph_1_0' was not declared. Should it be static?
>> drivers/phy/qualcomm/phy-qcom-mipi-csi2-3ph-dphy.c:449:36: sparse: sparse: symbol 'dphy_4nm_x1e_csiphy' was not declared. Should it be static?
>> drivers/phy/qualcomm/phy-qcom-mipi-csi2-3ph-dphy.c:456:36: sparse: sparse: symbol 'dphy_4nm_x1e_csiphy_timer' was not declared. Should it be static?

vim +/phy_qcom_mipi_csi2_ops_3ph_1_0 +439 drivers/phy/qualcomm/phy-qcom-mipi-csi2-3ph-dphy.c

   438	
 > 439	const struct mipi_csi2phy_hw_ops phy_qcom_mipi_csi2_ops_3ph_1_0 = {
   440		.hw_version_read = phy_qcom_mipi_csi2_hw_version_read,
   441		.reset = phy_qcom_mipi_csi2_reset,
   442		.lanes_enable = phy_qcom_mipi_csi2_lanes_enable,
   443		.lanes_disable = phy_qcom_mipi_csi2_lanes_disable,
   444		.isr = phy_qcom_mipi_csi2_isr,
   445	};
   446	
   447	const struct mipi_csi2phy_clk_freq zero = { 0 };
   448	
 > 449	const struct mipi_csi2phy_clk_freq dphy_4nm_x1e_csiphy = {
   450		.freq = {
   451			300000000, 400000000, 480000000
   452		},
   453		.num_freq = 3,
   454	};
   455	
 > 456	const struct mipi_csi2phy_clk_freq dphy_4nm_x1e_csiphy_timer = {
   457		.freq = {
   458			266666667, 400000000
   459		},
   460		.num_freq = 2,
   461	};
   462	

--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-09  4:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-09  4:38 [bod:qcom-laptops-v6.18-rc4-camss-icp-bps-ipe-icp-boots+stats-b4 93/121] drivers/phy/qualcomm/phy-qcom-mipi-csi2-3ph-dphy.c:439:34: sparse: sparse: symbol 'phy_qcom_mipi_csi2_ops_3ph_1_0' was not declared. Should it be static? kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.