Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295146
b: refs/heads/master
c: 10db4e1
h: refs/heads/master
v: v3
  • Loading branch information
Bobby Powers authored and Linus Torvalds committed Mar 23, 2012
1 parent 7c8f9a5 commit 496e5d2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d314d74c695f967e10598467a326f41c78ed1e20
refs/heads/master: 10db4e1e4e9a910a26b94045660e5ba7e7c71419
2 changes: 2 additions & 0 deletions trunk/include/drm/drm_mode.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
#ifndef _DRM_MODE_H
#define _DRM_MODE_H

#include <linux/types.h>

#define DRM_DISPLAY_INFO_LEN 32
#define DRM_CONNECTOR_NAME_LEN 32
#define DRM_DISPLAY_MODE_LEN 32
Expand Down
3 changes: 3 additions & 0 deletions trunk/include/linux/mmc/ioctl.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#ifndef LINUX_MMC_IOCTL_H
#define LINUX_MMC_IOCTL_H

#include <linux/types.h>

struct mmc_ioc_cmd {
/* Implies direction of data. true = write, false = read */
int write_flag;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/scsi/scsi_netlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define SCSI_NETLINK_H

#include <linux/netlink.h>

#include <linux/types.h>

/*
* This file intended to be included by both kernel and user space
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/sound/compress_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
#ifndef __SND_COMPRESS_PARAMS_H
#define __SND_COMPRESS_PARAMS_H

#include <linux/types.h>

/* AUDIO CODECS SUPPORTED */
#define MAX_NUM_CODECS 32
#define MAX_NUM_CODEC_DESCRIPTORS 32
Expand Down

0 comments on commit 496e5d2

Please sign in to comment.