Update of /home/cvs/parisc/linux/drivers/gecko In directory puffin.external.hp.com:/tmp/cvs-serv32316/drivers/gecko Modified Files: gecko.c Log Message: When I first wrote gsc_(read|write)[bwl], I was clueless. They depended on their "address" argument to be a pointer, which simply doesn't make sense in a lot of cases. I hope this is fixed now, so you can remove the "(void *)"s that clutter our code.