diff options
author | Zdenek Kabelac <zkabelac@redhat.com> | 2012-06-13 14:26:32 +0200 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-06-13 14:34:15 +0100 |
commit | 70cf637ca47c9e67758e09c7e1d10eef51db1f98 (patch) | |
tree | ce90cd1574bdb87159d6aa40c23985f2d1a4a9e0 /src/legacy | |
parent | 5fea2478cd5ab4156c182210d28c5e27e5f67403 (diff) |
legacy/i810: Fix declaration to match definition
Signed-off-by: Zdenek Kabelac <zkabelac@redhat.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/legacy')
-rw-r--r-- | src/legacy/i810/i810_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/legacy/i810/i810_driver.c b/src/legacy/i810/i810_driver.c index 519a4f0b..141c19c2 100644 --- a/src/legacy/i810/i810_driver.c +++ b/src/legacy/i810/i810_driver.c @@ -78,7 +78,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "../legacy.h" static Bool I810PreInit(ScrnInfoPtr pScrn, int flags); -static Bool I810ScreenInit(SCREEN_INIT_ARGS); +static Bool I810ScreenInit(SCREEN_INIT_ARGS_DECL); static Bool I810EnterVT(VT_FUNC_ARGS_DECL); static void I810LeaveVT(VT_FUNC_ARGS_DECL); static Bool I810CloseScreen(CLOSE_SCREEN_ARGS_DECL); |