Skip to content

Commit

Permalink
firmware: xilinx: Mark zynqmp_pm_get_meta_header as static inline
Browse files Browse the repository at this point in the history
Sync with other functions which are also mark as static inline.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michal Simek committed Jan 26, 2022
1 parent 7572975 commit 2393692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/firmware/xlnx-zynqmp.h
Expand Up @@ -1276,8 +1276,8 @@ static inline int zynqmp_pm_set_usb_config(u32 node,
return -ENODEV;
}

int zynqmp_pm_get_meta_header(const u64 src, const u64 dst,
const u32 size, u32 *count)
static inline int zynqmp_pm_get_meta_header(const u64 src, const u64 dst,
const u32 size, u32 *count)
{
return -ENODEV;
}
Expand Down

0 comments on commit 2393692

Please sign in to comment.