diff options
| author | Keith Packard <keithp@keithp.com> | 2011-07-07 13:39:38 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-07-07 13:39:38 -0700 |
| commit | bc67f799e7667fb3c00286f2415c3cc44a253aec (patch) | |
| tree | 271ae5f17012caafe3d3ac3daf0776808b71cf48 /include/linux | |
| parent | 89c6143263ef8e14e42e17324a234418d8030b10 (diff) | |
| parent | c7ad381078ee1b5ce2ab5274bd5f12fee6e1e59a (diff) | |
Merge branch 'drm-intel-fixes' into drm-intel-next
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fsl-diu-fb.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/fsl-diu-fb.h b/include/linux/fsl-diu-fb.h index 781d4671415f..daa9952d2174 100644 --- a/include/linux/fsl-diu-fb.h +++ b/include/linux/fsl-diu-fb.h @@ -24,12 +24,6 @@ * See mpc8610fb_set_par(), map_video_memory(), and unmap_video_memory() */ #define MEM_ALLOC_THRESHOLD (1024*768*4+32) -/* Minimum value that the pixel clock can be set to in pico seconds - * This is determined by platform clock/3 where the minimum platform - * clock is 533MHz. This gives 5629 pico seconds. - */ -#define MIN_PIX_CLK 5629 -#define MAX_PIX_CLK 96096 #include <linux/types.h> |
