[roll] Roll fuchsia [kernel][armv7_mmio_timer] Make static member C++23-compatible

New C++23 rules (as presently enforced by Clang/libc++ anyway)
preclude using unique_ptr<IncompleteType> in more places that it
worked before.  A class type is still incomplete while its own
static member variables are being declared.  They can be declared
without instantiating their type, but they cannot be _defined_
and a `static inline` data member declaration is a definition.
So the definition (still `inline`) moves outside the class, to
where that class has become a complete type.

Original-Bug: 459923005
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1430256
Original-Revision: e59457c507de76d7e26a47ae306773fb62af7aee
GitOrigin-RevId: c2f7fbfa3fd48800c92c851ffa3b0e2618b7a17b
Change-Id: I97db43b2eb5072790443d06fdc9a9bd7f603a9fa
1 file changed
tree: c7b5fca670812214247a9f8f36dc08c4ea99bc58
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.