Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330367
b: refs/heads/master
c: 12e3630
h: refs/heads/master
i:
  330365: 1eea5e7
  330363: 9f5de8e
  330359: aca1f64
  330351: 7dd6e73
  330335: c459cf0
  330303: 90a4adf
  330239: b0d3009
v: v3
  • Loading branch information
Paul Gortmaker authored and Anatolij Gustschin committed Sep 9, 2012
1 parent a8b4e82 commit 5c17732
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 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: fca826460e55d4e8f2deceb09f22f9340a0db24c
refs/heads/master: 12e36309f8774f4ccc769d5e3ff11ef092e524bc
1 change: 1 addition & 0 deletions trunk/arch/powerpc/platforms/512x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ config PPC_MPC512x
bool "512x-based boards"
depends on 6xx
select FSL_SOC
select FB_FSL_DIU
select IPIC
select PPC_CLOCK
select PPC_PCI_CHOICE
Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/powerpc/platforms/512x/mpc512x_shared.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ mpc512x_valid_monitor_port(enum fsl_diu_monitor_port port)

static struct fsl_diu_shared_fb __attribute__ ((__aligned__(8))) diu_shared_fb;

#if defined(CONFIG_FB_FSL_DIU) || \
defined(CONFIG_FB_FSL_DIU_MODULE)
static inline void mpc512x_free_bootmem(struct page *page)
{
__ClearPageReserved(page);
Expand Down Expand Up @@ -220,7 +218,6 @@ void mpc512x_release_bootmem(void)
}
diu_ops.release_bootmem = NULL;
}
#endif

/*
* Check if DIU was pre-initialized. If so, perform steps
Expand Down Expand Up @@ -323,15 +320,12 @@ void __init mpc512x_setup_diu(void)
}
}

#if defined(CONFIG_FB_FSL_DIU) || \
defined(CONFIG_FB_FSL_DIU_MODULE)
diu_ops.get_pixel_format = mpc512x_get_pixel_format;
diu_ops.set_gamma_table = mpc512x_set_gamma_table;
diu_ops.set_monitor_port = mpc512x_set_monitor_port;
diu_ops.set_pixel_clock = mpc512x_set_pixel_clock;
diu_ops.valid_monitor_port = mpc512x_valid_monitor_port;
diu_ops.release_bootmem = mpc512x_release_bootmem;
#endif
}

void __init mpc512x_init_IRQ(void)
Expand Down

0 comments on commit 5c17732

Please sign in to comment.