]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/video/ati_radeon_fb.h
Big white-space cleanup.
[karo-tx-uboot.git] / drivers / video / ati_radeon_fb.h
index b5c4b8b5779eda798f031c81cbaeef4057acc72b..e981f95246a57d7e2a1a0d7254acc80ec4fe02f5 100644 (file)
@@ -47,20 +47,20 @@ struct radeonfb_info {
        char name[20];
 
        struct pci_device_id    pdev;
-       u16                     family;
+       u16                     family;
 
-       u32                     fb_base_phys;
-       u32                     mmio_base_phys;
+       u32                     fb_base_phys;
+       u32                     mmio_base_phys;
 
-       void                    *mmio_base;
-       void                    *fb_base;
+       void                    *mmio_base;
+       void                    *fb_base;
 
        u32                     video_ram;
        u32                     mapped_vram;
        int                     vram_width;
        int                     vram_ddr;
 
-       u32                     fb_local_base;
+       u32                     fb_local_base;
 };
 
 #define INREG8(addr)           readb((rinfo->mmio_base)+addr)
@@ -202,7 +202,7 @@ struct radeon_regs {
        u32             crtc2_pitch;
 
        /* Flat panel regs */
-       u32             fp_crtc_h_total_disp;
+       u32             fp_crtc_h_total_disp;
        u32             fp_crtc_v_total_disp;
        u32             fp_gen_cntl;
        u32             fp2_gen_cntl;