Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324407
b: refs/heads/master
c: 7c304d7
h: refs/heads/master
i:
  324405: cb7e016
  324403: b786a17
  324399: 0e1e91b
v: v3
  • Loading branch information
Stephen Warren authored and Greg Kroah-Hartman committed Sep 5, 2012
1 parent bda65ef commit 4237198
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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: e6b42eb6a66c188642aeb447312938c6f6ebee86
refs/heads/master: 7c304d7e24fd4996a2b219312f739c4406b8e2e3
2 changes: 2 additions & 0 deletions trunk/drivers/memory/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# Makefile for memory devices
#

ifeq ($(CONFIG_DDR),y)
obj-$(CONFIG_OF) += of_memory.o
endif
obj-$(CONFIG_TI_EMIF) += emif.o
obj-$(CONFIG_TEGRA20_MC) += tegra20-mc.o
obj-$(CONFIG_TEGRA30_MC) += tegra30-mc.o
4 changes: 2 additions & 2 deletions trunk/drivers/memory/of_memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#ifndef __LINUX_MEMORY_OF_REG_H
#define __LINUX_MEMORY_OF_REG_H

#ifdef CONFIG_OF
#if defined(CONFIG_OF) && defined(CONFIG_DDR)
extern const struct lpddr2_min_tck *of_get_min_tck(struct device_node *np,
struct device *dev);
extern const struct lpddr2_timings
Expand All @@ -31,6 +31,6 @@ static inline const struct lpddr2_timings
{
return NULL;
}
#endif /* CONFIG_OF */
#endif /* CONFIG_OF && CONFIG_DDR */

#endif /* __LINUX_MEMORY_OF_REG_ */

0 comments on commit 4237198

Please sign in to comment.