summaryrefslogtreecommitdiff
path: root/cpp.h
AgeCommit message (Expand)AuthorFilesLines
2015-12-17cpp: Constify cpp argv passed to cpp_execTobias Klauser1-1/+1
2015-12-17cpp: Allow to pass additional cpp optionsVadim Kochan1-1/+1
2015-11-24cpp: Add cpp.c module to invoke C preprocessorVadim Kochan1-0/+6
>
authorDavid Herrmann <dh.herrmann@gmail.com>2013-07-25 18:02:31 +0200
committerDave Airlie <airlied@redhat.com>2013-08-01 10:28:09 +1000
commit86e81f0e624b55fa9f1560c3b64bc80e458c5168 (patch)
treeef7be7444a1e272eab82eeb60a57cdac63e1768f /include/drm/drm_mm.h
parentaed2c03c8d96ea471b86761129c213e05ab6fbef (diff)
drm/mm: include required headers in drm_mm.h
We need BUG_ON(), spinlock_t and standard kernel data-types so include the right headers. Subject: [drm-intel:drm-intel-nightly 154/166] include/drm/drm_mm.h:67:2: error: unknown type name 'spinlock_t' Message-ID: <51f14693.g5HGdcuw2v3m8FOd%fengguang.wu@intel.com> In case it didn't link to it correctly. Somehow this bug doesn't occur here on my machine, hmm. But I think fixing drm_mm.h is better than changing the include-order in drm_vma_manager.h, so this is what I did. Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drm_mm.h')