Comment 37 for bug 374090

Revision history for this message
George Varghese (geovar) wrote : Re: [VX800] Samsung NC20 installation problem(test pattern on screen)

I had a look at what is changed in latest via_drm.h (svn diff -r 838:839 ) In many places (or everywhere) uint32_t is replaced by __u32 which is not recognised. Google suggests including types.h befoe __u32 is used. But there are two types.h, one in asm and the other in sys. @Gang65 who did the latest checkin. Could you please check this? I might be able to try if someone could give some hints.