[roll] Roll fuchsia [bind] Remove fuchsia.display.BIND_PROTOCOL.CONTROLLER.

The fuchsia.display.BIND_PROTOCOL.CONTROLLER constant represents
the ZX_PROTOCOL_DISPLAY_CONTROLLER protocol. That protocol is only
used for devfs access of the display coordinator devices and devices
exposing that protocol are not bindable. Thus, this change deletes
the CONTROLLER constant from the bind library.

Test: dead code deleted. no-op.
Test: fx build
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1087905
Original-Revision: d0d0c26cce08d8f6c40237f0762aac3e940b7598
GitOrigin-RevId: ef364d574c4ed0ec6794be8e3ae939e89042d54f
Change-Id: I4296855c9c7e0bed1f7f57476280f8daac232be8
1 file changed
tree: 82a66c6ebd874e4357b7e2947a17e848eae3cfae
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.