summaryrefslogtreecommitdiff
path: root/proc.h
AgeCommit message (Collapse)AuthorFilesLines
2013-06-04proc: move out process specific management functionsDaniel Borkmann1-0/+8
Move them out of xutils, so that we can maintain them separately. Also simplify things a bit. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
='commit-info'> authorArchit Taneja <architt@codeaurora.org>2016-05-05 21:26:34 +0530 committerRob Clark <robdclark@gmail.com>2016-07-16 10:08:49 -0400 commit6a5625d82704b1777696048e837c51418cfad1d8 (patch) treec0e681a620bc45f84c5969b66ee3b4315d524477 parenta3c463e0961c924aaeb64274906343ee2b814d99 (diff)
drm/msm: Drop the id_table in platform_driver
This isn't needed as we only support OF. Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat
-rw-r--r--drivers/gpu/drm/msm/msm_drv.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/drm/msm/msm_drv.c b/drivers/gpu/drm/msm/msm_drv.c