mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
media: ipu6: Make symbols static
Make isys_setup_hw and isys_isr static as they're only used in a single file. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Reviewed-by: Bingbu Cao <bingbu.cao@intel.com> Tested-by: Mehdi Djait <mehdi.djait@linux.intel.com> # Dell XPS 9315 Reviewed-by: Mehdi Djait <mehdi.djait@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
312c74e6d3
commit
e5af254e44
|
|
@ -269,7 +269,7 @@ static int isys_register_video_devices(struct ipu6_isys *isys)
|
|||
return ret;
|
||||
}
|
||||
|
||||
void isys_setup_hw(struct ipu6_isys *isys)
|
||||
static void isys_setup_hw(struct ipu6_isys *isys)
|
||||
{
|
||||
void __iomem *base = isys->pdata->base;
|
||||
const u8 *thd = isys->pdata->ipdata->hw_variant.cdc_fifo_threshold;
|
||||
|
|
@ -341,7 +341,7 @@ static void ipu6_isys_csi2_isr(struct ipu6_isys_csi2 *csi2)
|
|||
}
|
||||
}
|
||||
|
||||
irqreturn_t isys_isr(struct ipu6_bus_device *adev)
|
||||
static irqreturn_t isys_isr(struct ipu6_bus_device *adev)
|
||||
{
|
||||
struct ipu6_isys *isys = ipu6_bus_get_drvdata(adev);
|
||||
void __iomem *base = isys->pdata->base;
|
||||
|
|
|
|||
|
|
@ -181,8 +181,6 @@ void ipu6_cleanup_fw_msg_bufs(struct ipu6_isys *isys);
|
|||
|
||||
extern const struct v4l2_ioctl_ops ipu6_isys_ioctl_ops;
|
||||
|
||||
void isys_setup_hw(struct ipu6_isys *isys);
|
||||
irqreturn_t isys_isr(struct ipu6_bus_device *adev);
|
||||
void update_watermark_setting(struct ipu6_isys *isys);
|
||||
|
||||
int ipu6_isys_mcd_phy_set_power(struct ipu6_isys *isys,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user