[Trivial PATCH 0/5] treewide: Use angle brackets for system includes

June 03rd, 2011 - 05:30 am ET by Joe Perches | Report spam
Just neatening.

Joe Perches (5):
drbd: Use angle brackets for system includes
drm: Use angle brackets for system includes
aix94xx: Use angle brackets for system includes
ALSA: asihpi: Use angle brackets for system includes
staging: msm: Use angle brackets for system includes

drivers/block/drbd/drbd_int.h | 2 +-
drivers/block/drbd/drbd_nl.c | 4 ++--
drivers/gpu/drm/drm_ioctl.c | 2 +-
drivers/gpu/drm/i915/i915_gem_tiling.c | 4 ++--
drivers/gpu/drm/nouveau/nouveau_drv.h | 10 +++++--
drivers/gpu/drm/ttm/ttm_agp_backend.c | 6 +++
drivers/gpu/drm/ttm/ttm_bo.c | 6 +++
drivers/gpu/drm/ttm/ttm_bo_manager.c | 6 +++
drivers/gpu/drm/ttm/ttm_bo_util.c | 4 ++--
drivers/gpu/drm/ttm/ttm_execbuf_util.c | 6 +++
drivers/gpu/drm/ttm/ttm_lock.c | 4 ++--
drivers/gpu/drm/ttm/ttm_memory.c | 6 +++
drivers/gpu/drm/ttm/ttm_module.c | 2 +-
drivers/gpu/drm/ttm/ttm_object.c | 4 ++--
drivers/gpu/drm/ttm/ttm_page_alloc.c | 4 ++--
drivers/gpu/drm/ttm/ttm_tt.c | 8 ++++-
drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c | 4 ++--
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 8 ++++-
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 12 ++++++
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 4 ++--
drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 2 +-
drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 2 +-
drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c | 2 +-
drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 6 +++
drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c | 2 +-
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c | 4 ++--
drivers/scsi/aic94xx/aic94xx_dump.c | 2 +-
drivers/staging/msm/ebi2_l2f.c | 2 +-
drivers/staging/msm/ebi2_tmd20.c | 2 +-
drivers/staging/msm/mddihost.h | 2 +-
drivers/staging/msm/mdp_ppp.c | 2 +-
drivers/staging/msm/mdp_ppp_v20.c | 2 +-
drivers/staging/msm/mdp_ppp_v31.c | 2 +-
drivers/staging/msm/msm_fb.h | 2 +-
include/drm/ttm/ttm_bo_driver.h | 12 ++++++
include/drm/ttm/ttm_execbuf_util.h | 2 +-
include/drm/ttm/ttm_lock.h | 2 +-
include/linux/drbd_tag_magic.h | 2 +-
sound/pci/asihpi/hpidspcd.c | 2 +-
39 files changed, 80 insertions(+), 80 deletions(-)

1.7.5.rc3.dirty

To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
email Follow the discussionReplies 6 repliesReplies Make a reply

Replies

#1 Joe Perches
June 03rd, 2011 - 05:40 am ET | Report spam
Use the normal include style.

Signed-off-by: Joe Perches

sound/pci/asihpi/hpidspcd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/pci/asihpi/hpidspcd.c b/sound/pci/asihpi/hpidspcd.c
index fb311d8..5c6ea11 100644
a/sound/pci/asihpi/hpidspcd.c
+++ b/sound/pci/asihpi/hpidspcd.c
@@ -60,7 +60,7 @@ struct code_header {
HPI_VER_MINOR(HPI_VER) * 100 + HPI_VER_RELEASE(HPI_VER)))

/***********************************************************************/
-#include "linux/pci.h"
+#include <linux/pci.h>
/*-*/
short hpi_dsp_code_open(u32 adapter, struct dsp_code *ps_dsp_code,
u32 *pos_error_code)
1.7.5.rc3.dirty

To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Similar topics