android_kernel_google_msm/include/drm/ttm
Paul Gortmaker 187f1882b5 BUG: headers with BUG/BUG_ON etc. need linux/bug.h
If a header file is making use of BUG, BUG_ON, BUILD_BUG_ON, or any
other BUG variant in a static inline (i.e. not in a #define) then
that header really should be including <linux/bug.h> and not just
expecting it to be implicitly present.

We can make this change risk-free, since if the files using these
headers didn't have exposure to linux/bug.h already, they would have
been causing compile failures/warnings.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2012-03-04 17:54:34 -05:00
..
ttm_bo_api.h drm/ttm: simplify memory accounting for ttm user v2 2011-12-06 10:40:11 +00:00
ttm_bo_driver.h ttm: fix agp since ttm tt rework 2012-01-06 09:34:03 +00:00
ttm_execbuf_util.h
ttm_lock.h atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
ttm_memory.h BUG: headers with BUG/BUG_ON etc. need linux/bug.h 2012-03-04 17:54:34 -05:00
ttm_module.h
ttm_object.h ttm: Fix spelling mistakes and remove unused #ifdef 2011-06-21 12:33:18 +10:00
ttm_page_alloc.h drm/ttm: isolate dma data from ttm_tt V4 2011-12-06 10:40:02 +00:00
ttm_placement.h