diff options
author | Chia-I Wu <[email protected]> | 2015-03-08 04:37:02 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-05-02 22:14:06 +0800 |
commit | 7562f9e907d9bb00832c6b75b833acd169bfe0ea (patch) | |
tree | e4b5ed031a04d199c9581c85f6a3443751bafd01 /src/gallium/drivers/ilo/ilo_screen.c | |
parent | 19351af53dfffb8543d21a58be9c9f9a52b3ba62 (diff) |
ilo: rename ilo_dev_info to ilo_dev
With intel_winsys being embedded in it, drop the "_info" suffix.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_screen.c')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_screen.c b/src/gallium/drivers/ilo/ilo_screen.c index e13e056e9ed..277016e9c32 100644 --- a/src/gallium/drivers/ilo/ilo_screen.c +++ b/src/gallium/drivers/ilo/ilo_screen.c @@ -670,7 +670,7 @@ ilo_screen_destroy(struct pipe_screen *screen) } static bool -init_dev(struct ilo_dev_info *dev, const struct intel_winsys_info *info) +init_dev(struct ilo_dev *dev, const struct intel_winsys_info *info) { dev->devid = info->devid; dev->aperture_total = info->aperture_total; |