Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339824
b: refs/heads/master
c: cc95e34
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren committed Nov 5, 2012
1 parent cfbc6d8 commit 1e17fe3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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: a25186eb03f1f89eacda559d39c14e3cf8ffae13
refs/heads/master: cc95e347cbba3a29c6f8c95ec737624afe489d8e
1 change: 1 addition & 0 deletions trunk/drivers/amba/tegra-ahb.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/io.h>
#include <linux/tegra-ahb.h>

#define DRV_NAME "tegra-ahb"

Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/iommu/tegra-smmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@
#include <linux/of_iommu.h>
#include <linux/debugfs.h>
#include <linux/seq_file.h>
#include <linux/tegra-ahb.h>

#include <asm/page.h>
#include <asm/cacheflush.h>

#include <mach/tegra-ahb.h>

enum smmu_hwgrp {
HWGRP_AFI,
HWGRP_AVPC,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
* more details.
*/

#ifndef __MACH_TEGRA_AHB_H__
#define __MACH_TEGRA_AHB_H__
#ifndef __LINUX_AHB_H__
#define __LINUX_AHB_H__

extern int tegra_ahb_enable_smmu(struct device_node *ahb);

#endif /* __MACH_TEGRA_AHB_H__ */
#endif /* __LINUX_AHB_H__ */

0 comments on commit 1e17fe3

Please sign in to comment.