OSDN Git Service

drm: remove drm_public macro
authorEmil Velikov <emil.l.velikov@gmail.com>
Tue, 31 Mar 2015 21:32:11 +0000 (22:32 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 28 Apr 2015 10:19:15 +0000 (11:19 +0100)
commit0f8da82500ec542e269092c0718479e25eaff5f6
tree4bfdf0fe56674bd42926f6f4607331d1468d08dd
parent104c895f650cac7741c12e10ee78bb2fca2cbd49
drm: remove drm_public macro

Some compilers (like the Oracle Studio), require that the function
declaration must be annotated with the same visibility attribute as the
definition. As annotating functions with drm_public is no longer
required just remove the macro.

Cc: Ben Skeggs <bskeggs@redhat.com>
Cc: Damien Lespiau <damien.lespiau@intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Cc: Michel Dänzer <michel.daenzer@amd.com>
Cc: Rob Clark <robdclark@gmail.com>
Cc: Thierry Reding <treding@nvidia.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
24 files changed:
configure.ac
exynos/exynos_drm.c
exynos/exynos_fimg2d.c
freedreno/freedreno_bo.c
freedreno/freedreno_device.c
freedreno/freedreno_pipe.c
freedreno/freedreno_ringbuffer.c
freedreno/kgsl/kgsl_bo.c
intel/intel_bufmgr.c
intel/intel_bufmgr_fake.c
intel/intel_bufmgr_gem.c
intel/intel_decode.c
libdrm_macros.h
nouveau/bufctx.c
nouveau/nouveau.c
nouveau/pushbuf.c
omap/omap_drm.c
radeon/radeon_bo.c
radeon/radeon_bo_gem.c
radeon/radeon_cs.c
radeon/radeon_cs_gem.c
radeon/radeon_cs_space.c
radeon/radeon_surface.c
tegra/tegra.c