From 44e9a0258a4cab4a22fc44d1440ea882e3ad0334 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 23 Mar 2015 21:35:38 +0000 Subject: freedreno: annotate the private symbols They are less and easier to track than the public ones. The macro drm_public will be going away by the end of the series. Cc: Rob Clark Signed-off-by: Emil Velikov --- freedreno/msm/msm_pipe.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'freedreno/msm/msm_pipe.c') diff --git a/freedreno/msm/msm_pipe.c b/freedreno/msm/msm_pipe.c index 6955f2c9..ddc975ed 100644 --- a/freedreno/msm/msm_pipe.c +++ b/freedreno/msm/msm_pipe.c @@ -103,7 +103,8 @@ static uint64_t get_param(struct fd_device *dev, uint32_t pipe, uint32_t param) return req.value; } -struct fd_pipe * msm_pipe_new(struct fd_device *dev, enum fd_pipe_id id) +drm_private struct fd_pipe * msm_pipe_new(struct fd_device *dev, + enum fd_pipe_id id) { static const uint32_t pipe_id[] = { [FD_PIPE_3D] = MSM_PIPE_3D0, -- cgit v1.2.3