X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fvideo%2Fsticore.h;h=7fe5be4bc70e4ad3ff073ef576cb9c52533e40ed;hb=979b1791e5b8f8b556faeec4c48339e7ed63af9f;hp=1a9a60c74be3111b7b765d0fbba6b33b12332be6;hpb=95d465fd750897ab32462a6702fbfe1b122cbbc0;p=linux-2.6 diff --git a/drivers/video/sticore.h b/drivers/video/sticore.h index 1a9a60c74b..7fe5be4bc7 100644 --- a/drivers/video/sticore.h +++ b/drivers/video/sticore.h @@ -352,8 +352,6 @@ struct sti_struct *sti_get_rom(unsigned int index); /* 0: default sti */ /* functions to call the STI ROM directly */ -int sti_init_graph(struct sti_struct *sti); -void sti_inq_conf(struct sti_struct *sti); void sti_putc(struct sti_struct *sti, int c, int y, int x); void sti_set(struct sti_struct *sti, int src_y, int src_x, int height, int width, u8 color);